libmoosex-traits-perl 0.13-3 source package in Ubuntu

Changelog

libmoosex-traits-perl (0.13-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl and
      perl.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 23:17:27 +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-traits-perl_0.13-3.dsc 2.3 KiB 3b7ff3aa22a18dd6246bdaee75e71ee9825cc53f86919943df8c1a85fa847387
libmoosex-traits-perl_0.13.orig.tar.gz 30.9 KiB 74afe0c4faf4e3b97c57f289437caa60becca34cd5821f489dd4cc9da4fbe29a
libmoosex-traits-perl_0.13-3.debian.tar.xz 3.6 KiB 0d75c47b24c4dff0521028cd7dd2e90d3f3812358dd7bf965d488078f00b2adc

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-traits-perl: Moose extension to apply roles at object creation time

 MooseX::Traits provides a method to add some roles to a class when creating
 it (during new). Since components can be added easily to a given class, users
 don't have to create a named class with the desired roles applied or apply
 the roles to the instance one-by-one. This module also provides a basic way
 to initialize the applied roles' attributes while constructing objects.