Source: libcli-simple-perl
Standards-Version: 4.7.4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrew Ruthven <andrew@etc.gen.nz>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libclass-accessor-perl <!nocheck>,
 libfile-sharedir-install-perl,
 libfile-which-perl <!nocheck>,
 libjson-perl <!nocheck>,
 liblog-log4perl-perl <!nocheck>,
 libreadonly-perl <!nocheck>,
 librole-tiny-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 libtest-exit-perl <!nocheck>,
 libtest-output-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libyaml-tiny-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcli-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcli-simple-perl.git
Homepage: https://metacpan.org/release/CLI-Simple

Package: libcli-simple-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libclass-accessor-perl,
 libfile-sharedir-perl,
 libfile-which-perl,
 libjson-perl,
 liblog-log4perl-perl,
 libreadonly-perl,
 librole-tiny-perl,
 libscalar-list-utils-perl,
 libyaml-tiny-perl,
Description: Simple OO base class for Perl CLI applications
 CLI::Simple provides a standard, simple way to create a Perl script that
 takes options, commands and arguments. It also configures Log4perl.
 .
 It is ideal for: internal tools and admin scripts, CLIs where you don't want
 a framework, and if you want to subclass a clean, minimal interface.
 .
 For more advanced features, look at something like App::Cmd
 (libapp-cmd-perl), CLI::Framework (libcli-framework-perl) or MooX::Options
 (libmoox-options-perl).
