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 Uploaders: Ryan Niebur , Salvatore Bonaccorso , Nathan Handler , gregor herrmann 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.