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

Changelog

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

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Drop xz compression for {binary,source} package, set by default by
    dpkg since 1.17.{0,6}.
  * Strip trailing slash from metacpan URLs.

  [ Axel Beckert ]
  * Remove Antony Gelberg from Uploaders as suggested by him.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 0.21.
  * Update years of upstream and packaging copyright.
  * Install new CONTRIBUTING.md file.
  * Update build dependencies.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.
  * debian/copyright: switch formatting to Copyright-Format 1.0.

 -- gregor herrmann <email address hidden>  Tue, 02 Jan 2018 20:23:33 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-strictconstructor-perl_0.21-1.dsc 2.5 KiB baa4908b5d2ff2e24df0288fe573c99d3d296d7f21a4a83ab284212d2b321d1b
libmoosex-strictconstructor-perl_0.21.orig.tar.gz 26.2 KiB c72a5ae9583706ccdec71d401dcb3054013a7536b750df1436613d858ea2920d
libmoosex-strictconstructor-perl_0.21-1.debian.tar.xz 5.9 KiB b358f3bf902b885101980d912e478048977bb59064ec65f24fd3b0fb33b56307

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.