Source: libcli-simple-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Andrew Ruthven , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libclass-accessor-perl , libfile-sharedir-install-perl, libfile-which-perl , libjson-perl , liblog-log4perl-perl , libreadonly-perl , librole-tiny-perl , libscalar-list-utils-perl , libtest-exit-perl , libtest-output-perl , libtest-simple-perl , libyaml-tiny-perl , 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).