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 51 52 53 54 55 56 57 58 59 60 61
|
Source: libmoox-options-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 11),
libcapture-tiny-perl,
libdata-record-perl,
libgetopt-long-descriptive-perl (>= 0.099),
libintl-perl,
libjson-maybexs-perl,
libmodule-runtime-perl,
libmoo-perl (>= 1.003001),
libmoose-perl,
libmoox-cmd-perl,
libmoox-configfromfile-perl,
libnamespace-clean-perl,
libpath-class-perl (>= 0.32),
libregexp-common-perl,
librole-tiny-perl,
libterm-size-any-perl,
libtest-requires-perl,
libtest-trap-perl,
libtry-tiny-perl,
libunicode-linebreak-perl,
perl,
perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
perl (>= 5.19.5) | libmodule-metadata-perl (>= 1.000019),
libmoox-locale-passthrough-perl,
libmro-compat-perl,
libstrictures-perl (>= 2),
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>, Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-options-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-options-perl
Homepage: https://tasks.celogeek.com/projects/perl-modules-moox-options
Testsuite: autopkgtest-pkg-perl
Package: libmoox-options-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdata-record-perl,
libgetopt-long-descriptive-perl (>= 0.099),
libintl-perl,
libjson-maybexs-perl,
libmodule-runtime-perl,
libmoo-perl (>= 1.003001),
libmoox-configfromfile-perl,
libmoox-locale-passthrough-perl,
libmro-compat-perl,
libpath-class-perl (>= 0.32),
libregexp-common-perl,
libstrictures-perl (>= 2),
libunicode-linebreak-perl,
perl (>= 5.19.5) | libmodule-metadata-perl (>= 1.000019),
Recommends: libintl-xs-perl, libterm-size-any-perl
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 instantiate new object for command
line.
|