libmoosex-strictconstructor-perl 0.21-2 source package in Ubuntu

Changelog

libmoosex-strictconstructor-perl (0.21-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

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

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 23:15:07 +0100

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-strictconstructor-perl_0.21-2.dsc 2.3 KiB a8ec8c1dddd73f4e6e6a0685b21e1516e562cc27e95530318ac49ac4ab667c58
libmoosex-strictconstructor-perl_0.21.orig.tar.gz 26.2 KiB c72a5ae9583706ccdec71d401dcb3054013a7536b750df1436613d858ea2920d
libmoosex-strictconstructor-perl_0.21-2.debian.tar.xz 6.0 KiB 032dfbc81daa4a0f5b761593d649bdb1b348b6534c18def6a367d3c49a26fe47

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-strictconstructor-perl: Make your object constructors blow up on unknown attributes

 "use MooseX::StrictConstructor" instead of just "use Moose" makes your
 constructors strict. If your constructor is called with an attribute
 init argument that your class does not declare, then it calls
 "Carp::confess()". This is a great way to catch small typos.