libmoosex-traits-perl 0.11-2 source package in Ubuntu

Changelog

libmoosex-traits-perl (0.11-2) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Email change: Ansgar Burchardt -> <email address hidden>

  [ gregor herrmann ]
  * debian/control: update (build) dependencies to prepare for
    Moose/Class::MOP changes.
  * debian/copyright: update formatting
  * Set Standards-Version to 3.9.2 (no changes).
  * Add /me to Uploaders.
  * Bump debhelper compatibility level to 8.
  * debian/control: remove version from libmoosex-role-parameterized-perl,
    nothing older in the archive.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:07:44 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-traits-perl_0.11.orig.tar.gz 22.5 KiB d65c9bcca9d2e3743b3e3d2e89f45b24199ca16397e7ccdd21a8083e85bb156b
libmoosex-traits-perl_0.11-2.debian.tar.gz 2.7 KiB e1c3dc3b3de1932ed73445d20e202b3370e49df0bbdb14d1696ef2b86bb7d2a6
libmoosex-traits-perl_0.11-2.dsc 2.2 KiB ebdeac50ac3d1ac435f2558c913bdc7416b39b868a8de6c0793b30e03670083d

Available diffs

View changes file

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.