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
|
Source: libshell-guess-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: C.J. Collier <cjcollier@linuxfoundation.org>,
Joenio Costa <joenio@joenio.me>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libshell-guess-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libshell-guess-perl.git
Homepage: https://metacpan.org/release/Shell-Guess
Testsuite: autopkgtest-pkg-perl
Package: libshell-guess-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl module to make an educated guess about the shell in use
Shell::Guess makes a reasonably aggressive attempt to determine the shell
being employed by the user, either the shell that executed the perl script
directly (the "running" shell), or the users' login shell (the "login"
shell). It does this by a variety of means available to it, depending on the
platform that it is running on.
|