libmoox-strictconstructor-perl 0.011-2 source package in Ubuntu

Changelog

libmoox-strictconstructor-perl (0.011-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 16:30:50 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoox-strictconstructor-perl_0.011-2.dsc 2.3 KiB 552fdd513b5b575ead3a5d0cdb4d4b936fe4945977f34c274daa0db73a6a1059
libmoox-strictconstructor-perl_0.011.orig.tar.gz 14.6 KiB da382f822ffc4e22a03aa419a4257274999d36d89a4e1236ecf4fcf76bc653e2
libmoox-strictconstructor-perl_0.011-2.debian.tar.xz 3.7 KiB 9d6d8922c353ba15202c57f76516ba358a5dbcfc4d0fb141bd98a49f06c67080

Available diffs

No changes file available.

Binary packages built by this source

libmoox-strictconstructor-perl: make Moo-based object constructors blow up on unknown attributes

 Simply loading MooX::StrictConstructor
 makes your constructors "strict".
 If your constructor is called with an attribute init argument
 that your class does not declare,
 then it dies.
 This is a great way to catch small typos.