libmoox-traits-perl 0.005-2 source package in Ubuntu

Changelog

libmoox-traits-perl (0.005-2) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 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).

  [ gregor herrmann ]
  * Update debian/upstream/metadata.
  * Make (build) dependency on librole-tiny-perl versioned. Cf. #980660.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 24 Jan 2021 22:40:44 +0100

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoox-traits-perl_0.005-2.dsc 2.6 KiB 620cc519922e74b6c0e58e67dbcfdebfe40db53e77f5fc1c5bda278bf4c4b9ff
libmoox-traits-perl_0.005.orig.tar.gz 19.6 KiB a64e8d907580fe930113987ca405dbd6b05b9849400d2dc920f705453a3dd07b
libmoox-traits-perl_0.005-2.debian.tar.xz 2.2 KiB e42bc3a5845fd0b12bfbf1cb33caa0dc0faab495049213bdb24d41e088c27e68

Available diffs

No changes file available.

Binary packages built by this source

libmoox-traits-perl: module to automatically apply roles at object creation time

 Like MooseX::Traits, the MooX::Traits module provides a method to add some
 roles to a class when creating it (during new), only for Moo.
 .
 Although called MooX::Traits, this module actually uses Role::Tiny, so
 doesn't really require Moo. If you use it in a non-Moo class, you should be
 able to safely consume any Role::Tiny-based traits.
 .
 If you use it in a Moo class, you should also be able to consume
 Moo::Role-based traits and Moose::Role-based traits.