librole-tiny-perl_1.000000-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Sun Apr 1 16:50:31 UTC 2012
(new) librole-tiny-perl_1.000000-1.debian.tar.gz optional perl
(new) librole-tiny-perl_1.000000-1.dsc optional perl
(new) librole-tiny-perl_1.000000-1_all.deb optional perl
Perl module for minimalist role composition
Role::Tiny is a Perl module to do minimalist role composition. Role composition
can be thought of as much more clever and meaningful multiple inheritance.
.
The basics of this implementation of roles is:
* If a method is already defined on a class, that method will not be composed
in from the role.
* If a method that the role "requires" to be implemented is not implemented,
role application will fail loudly.
.
Unlike Class::C3, where the last class inherited from "wins," role composition
is the other way around, where first wins. In a more complete system (see
Moose) roles are checked to see if they clash. The goal of this is to be much
simpler, hence disallowing composition of multiple roles at once.
(new) librole-tiny-perl_1.000000.orig.tar.gz optional perl
Changes:
librole-tiny-perl (1.000000-1) unstable; urgency=low
.
* Initial release (Closes: #666758)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 666758
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