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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: libmoox-options-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
licensecheck,
perl,
debhelper,
dh-buildinfo,
libmodule-build-perl (>= 0.421100),
libdata-record-perl,
libjson-maybexs-perl,
libintl-perl,
libmoox-configfromfile-perl,
libregexp-common-perl,
libunicode-linebreak-perl,
libgetopt-long-descriptive-perl (>= 0.099),
perl (>= 5.19.5) | libmodule-metadata-perl (>= 1.000019),
libmoo-perl (>= 1.003001),
libpath-class-perl (>= 0.32),
libterm-size-any-perl,
libcapture-tiny-perl,
librole-tiny-perl,
libtest-requires-perl,
libtest-trap-perl,
libtry-tiny-perl,
libnamespace-clean-perl,
perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
libmoose-perl,
libmoox-cmd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoox-options-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-options-perl.git
Homepage: https://tasks.celogeek.com/projects/perl-modules-moox-options
Testsuite: autopkgtest-pkg-perl
Package: libmoox-options-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: explicit options extension for object class
MooX::Options will add "option" which act as "has" but support
additional feature for getopt.
.
You will have "new_with_options" to instanciate new object for command
line.
|