1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libmoosex-attributehelpers-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libtest-exception-perl (>= 0.21),
libmoose-perl (>= 0.56), libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>, Ansgar Burchardt <ansgar@43-1.org>,
gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/MooseX-AttributeHelpers/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-attributehelpers-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/
Package: libmoosex-attributehelpers-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.56)
Description: Perl library to extend your attribute interfaces
MooseX::AttributeHelpers provides commonly-used attribute helper methods for
more specific types of data than those offered by Moose alone. It provides
Bool, Counter, Number, String, Array, Bag, Hash, ImmutableHash, and List
attribute types.
|