1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libmoosex-has-options-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: matanya <matanya.moses@gmail.com>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libclass-load-perl,
liblist-moreutils-perl,
libmoose-perl,
libnamespace-autoclean-perl,
libpackage-stash-perl (>= 0.18),
libstring-rewriteprefix-perl,
libtest-most-perl
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-has-options-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-has-options-perl.git
Homepage: http://search.cpan.org/dist/MooseX-Has-Options/
Package: libmoosex-has-options-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libclass-load-perl,
liblist-moreutils-perl,
libmoose-perl,
libpackage-stash-perl (>= 0.18),
libstring-rewriteprefix-perl
Description: module for succinctly declaring options for Moose attributes
MooseX::Has::Options provides a succinct syntax for declaring options for
Moose attributes. It hijacks the has function imported by Moose and replaces
it with one that understands the options syntax.
|