1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libmoosex-object-pluggable-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8-7), libmoose-perl (>= 0.35),
libmodule-pluggable-perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexis Sukrieh <sukria@debian.org>, Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>, Brian Cassidy <brian.cassidy@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/MooseX-Object-Pluggable/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-object-pluggable-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-object-pluggable-perl/
Package: libmoosex-object-pluggable-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libmodule-pluggable-perl,
libmoose-perl (>= 0.35)
Description: Perl module for adding plugin support to your Moose classes
MooseX::Object::Pluggable is meant to be loaded as a role from Moose-based
classes it will add five methods and four attributes to assist you with the
loading and handling of plugins and extensions for plugins. I understand that
this may pollute your namespace, however I took great care in using the least
ambiguous names possible.
|