1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libstring-shellquote-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-shellquote-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libstring-shellquote-perl.git
Homepage: https://metacpan.org/release/String-ShellQuote
Package: libstring-shellquote-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Description: module to quote strings for passing through the shell
The String::ShellQuote module contains some functions which are useful for
quoting strings which are going to pass through the shell or a shell-like
object, plus a command-line interface to it. It is useful for doing robust
tool programming, particularly when dealing with files whose names contain
white space or shell globbing characters.
|