1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libterm-shellui-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Boris Pek <tehnick@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Homepage: https://metacpan.org/pod/Term::ShellUI
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-shellui-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-shellui-perl
Standards-Version: 4.6.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libterm-shellui-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for fully-featured shell-like command line environment
Term::ShellUI uses the history and autocompletion features of Term::ReadLine
to present a sophisticated command-line interface to the user. It tries to
make every feature that one would expect to see in a fully interactive shell
trivial to implement. You simply declare your command set and let ShellUI
take care of the heavy lifting.
|