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
|
Source: libapp-cmd-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcapture-tiny-perl,
libclass-load-perl,
libgetopt-long-descriptive-perl,
libio-tiecombine-perl,
libmodule-pluggable-perl | perl (<< 5.17.0),
libstring-rewriteprefix-perl,
libsub-exporter-perl,
libsub-install-perl,
libtest-fatal-perl,
# perl (>= 5.17.10) is covering the requirement on perl to include
# needed version of Getopt::Long 3.29, the requirement for Test::More
# perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), and as well
# Pod::Usage 1.61
perl (>= 5.17.10)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Nathan Handler <nhandler@debian.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/App-Cmd
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapp-cmd-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-cmd-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libapp-cmd-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
libcapture-tiny-perl,
libclass-load-perl,
libgetopt-long-descriptive-perl,
libio-tiecombine-perl,
libmodule-pluggable-perl | perl (<< 5.17.0),
libstring-rewriteprefix-perl,
libsub-exporter-perl,
libsub-install-perl,
perl (>= 5.17.10)
Description: Perl interface to write command line apps with less suffering
App::Cmd is intended to make it easy to write complex command-line
applications without having to think about most of the annoying
things usually involved.
.
For information on how to start using App::Cmd, see App::Cmd::Tutorial.
|