libmoosex-role-parameterized-perl 1.00-1 source package in Ubuntu

Changelog

libmoosex-role-parameterized-perl (1.00-1) unstable; urgency=low


  * New upstream release.
  * Bump (build-)dep on libmoose-perl to >= 2.0300.
  * Use xz compression for source and binary packages.

 -- Ansgar Burchardt <email address hidden>  Fri, 13 Jan 2012 22:05:56 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-role-parameterized-perl_1.00-1.dsc 2.5 KiB 65534e529a4c5b8f7a8809005124241c805dbacf1cb4d180d9a5adcd77877be8
libmoosex-role-parameterized-perl_1.00.orig.tar.gz 33.6 KiB fefcd169416b15ca72b31ff0a0c34690ddc4e78f5687df7196208224c3818218
libmoosex-role-parameterized-perl_1.00-1.debian.tar.xz 3.0 KiB 7eea756d88b32da7f1b254abdf0590cfcd65b048feb9b038a609bd2092684636

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-role-parameterized-perl: Moose extension providing parameterized roles

 MooseX::Role::Parameterized is a Moose extension that consists of two things:
 parameter declarations and a role block.
 .
 Parameters are declared using the "parameter" keyword which resembles Moose's
 "has", even supporting any option that "has" accepts. You can use any option
 that "has" accepts. The default value for the "is" option is read-only, as
 that's a very common case. These parameters will get their values when the
 consuming class (or role) uses Moose's "with". A parameter object will be
 constructed with these values, and passed to the role block.