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

Changelog

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

  [ Jonathan Yu ]
  * New upstream release 0.25

  [ gregor herrmann ]
  * New upstream release 0.26.
  * Set Standards-Version to 3.9.2 (no further changes).
  * Bump debhelper compatibility level to 8.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:07:38 +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

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-role-parameterized-perl_0.26.orig.tar.gz 32.9 KiB 6118ab99b87548db8e7a111ddc2a92061063d37f25175399987f7d0ee56cd8f1
libmoosex-role-parameterized-perl_0.26-1.debian.tar.gz 2.9 KiB b5fae64af73badc9af7c68f75593e45bf0f8fb9b327dafb4784300dbd30348c1
libmoosex-role-parameterized-perl_0.26-1.dsc 2.4 KiB 9507a11c1c61439a30e33487e01f288e8862e7ae21c2ac8b6515aeed3166a53f

Available diffs

View changes file

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.