libmoosex-hasdefaults-perl 0.03-3 source package in Ubuntu

Changelog

libmoosex-hasdefaults-perl (0.03-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.1.5, no changes needed.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 00:37:27 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-hasdefaults-perl_0.03-3.dsc 2.2 KiB f138866c50cea66ffc0e55c28e9cd90c7a2c72a4183b94a8e74379d5266ac3b4
libmoosex-hasdefaults-perl_0.03.orig.tar.gz 18.4 KiB 1efe4b6639ee8f8f9f57c4c56dd1d65b596819a82c7ac0f8a3046a80d2e51f83
libmoosex-hasdefaults-perl_0.03-3.debian.tar.xz 2.2 KiB 323ac838ca64e2d6e0774b0a8f4eb3c06082cd2eb005e2e83258028c433687b5

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-hasdefaults-perl: Moose module to default "is" to "ro" or "rw" for all attributes

 MooseX::HasDefaults allows one to set a default of "ro" or "rw" for the "is"
 of all Moose object "has" attributes, thus saving some typing.
 .
 MooseX::HasDefaults is similar to, but requires less typing than,
 MooseX::AttributeDefaults and MooseX::Attributes::Curried.