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 (= 13),
libcapture-tiny-perl,
libdata-record-perl,
libgetopt-long-descriptive-perl,
libintl-perl,
libjson-maybexs-perl,
libmodule-metadata-perl,
libmodule-runtime-perl,
libmoo-perl,
libmoose-perl,
libmoox-cmd-perl,
libmoox-configfromfile-perl,
libmoox-locale-passthrough-perl,
libmro-compat-perl,
libnamespace-clean-perl,
libpath-class-perl,
libregexp-common-perl,
librole-tiny-perl (>= 2.001004),
libstrictures-perl,
libterm-size-any-perl,
libtest-requires-perl,
libtest-simple-perl,
libtest-trap-perl,
libtry-tiny-perl,
libunicode-linebreak-perl,
perl,
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.7.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
Rules-Requires-Root: no
Package: libmoox-options-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdata-record-perl,
libgetopt-long-descriptive-perl,
libintl-perl,
libjson-maybexs-perl,
libmodule-metadata-perl,
libmodule-runtime-perl,
libmoo-perl,
libmoox-locale-passthrough-perl,
libmro-compat-perl,
libpath-class-perl,
libregexp-common-perl,
libstrictures-perl,
libunicode-linebreak-perl,
Recommends: libintl-xs-perl, libterm-size-any-perl, libmoox-configfromfile-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.
|