libmoosex-role-parameterized-perl_0.05-1_i386.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Sat May 2 21:47:12 UTC 2009
(new) libmoosex-role-parameterized-perl_0.05-1.diff.gz optional perl
(new) libmoosex-role-parameterized-perl_0.05-1.dsc optional perl
(new) libmoosex-role-parameterized-perl_0.05-1_all.deb optional perl
module to manage parameterized roles in Moose
MooseX::Role::Parameterized consists of two things: parameter declarations
and a role block.
.
Parameters are declared using the "parameter" keyword which very much
resembles Moose' "has". You can use any option that "has" accepts. The
default value for the "is" option is "ro" as that's a very common case. These
parameters will get their values when the consuming class (or role) uses
Moose' "with". A parameter object will be constructed with these values, and
passed to the role block.
.
The "role" block then uses the usual Moose::Role keywords to build up a
role. You can shift off the parameter object to inspect what the consuming
class provided as parameters. You can use the parameters to make your role
customizable!
(new) libmoosex-role-parameterized-perl_0.05.orig.tar.gz optional perl
Changes: libmoosex-role-parameterized-perl (0.05-1) unstable; urgency=low
.
* Initial Release (Closes: #526687)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 526687
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list