File: control

package info (click to toggle)
libstring-shellquote-perl 1.03-1.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 68 kB
  • ctags: 19
  • sloc: perl: 220; makefile: 56
file content (16 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libstring-shellquote-perl
Section: perl
Priority: optional
Maintainer: Roderick Schertler <roderick@argon.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)

Package: libstring-shellquote-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: quote strings for passing through the shell
 This Perl 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.