1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
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
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libshell-guess-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libshell-guess-perl.git
Homepage: https://metacpan.org/release/Shell-Guess
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.
|