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
|
Source: libgetopt-long-descriptive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
libcpan-meta-check-perl (>= 0.011) <!nocheck>,
libio-stringy-perl <!nocheck>,
libparams-validate-perl <!nocheck>,
libsub-exporter-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgetopt-long-descriptive-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgetopt-long-descriptive-perl.git
Homepage: https://metacpan.org/release/Getopt-Long-Descriptive
Rules-Requires-Root: no
Package: libgetopt-long-descriptive-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libio-stringy-perl,
libparams-validate-perl,
libsub-exporter-perl
Breaks: libmoosex-getopt-perl (<< 0.71-2~),
libmousex-getopt-perl (<< 0.37-2~)
Description: module that handles command-line arguments with usage text
Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long, which
allows one to easily define options in the same familiar way, while also
supporting custom descriptions for program usage output.
|