Source: libmoosex-traits-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-use-ok-perl, libclass-mop-perl (>= 0.84),
 libtest-exception-perl, libmoose-perl (>= 0.84), libnamespace-autoclean-perl,
 libmoosex-role-parameterized-perl (>= 0.13)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Ryan Niebur <ryan@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/MooseX-Traits/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-traits-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-traits-perl/

Package: libmoosex-traits-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-mop-perl (>= 0.84),
 libmoose-perl (>= 0.84), libnamespace-autoclean-perl
Recommends: libmoosex-role-parameterized-perl (>= 0.13)
Description: Moose extension to apply roles at object creation time
 MooseX::Traits provides a method to add some roles to a class when creating
 it (during new). Since components can be added easily to a given class, users
 don't have to create a named class with the desired roles applied or apply
 the roles to the instance one-by-one. This module also provides a basic way
 to initialize the applied roles' attributes while constructing objects.
