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
|
Source: libterm-shell-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
libterm-readkey-perl,
libtext-autoformat-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-shell-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libterm-shell-perl.git
Homepage: https://metacpan.org/release/Term-Shell
Package: libterm-shell-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Recommends: libterm-readkey-perl,
libterm-readline-perl-perl | libterm-readline-gnu-perl,
libtext-autoformat-perl
Description: Perl module for writing shell-like interfaces
Term::Shell makes it joyfully easy to write command-line interfaces in Perl.
All the boring details like command-line parsing and terminal handling are
done for you.
|