File: control

package info (click to toggle)
libstring-escape-perl 2010.002-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 132 kB
  • ctags: 28
  • sloc: perl: 362; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libstring-escape-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/String-Escape/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-escape-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-escape-perl/

Package: libstring-escape-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for manipulating escaped strings
 String::Escape is a Perl module that provides a flexible calling interface to
 some useful string conversion functions, including applying and expanding the
 standard C/Unix-style backslash escapes like \n and \t, wrapping and removing
 double quotes, and truncating to fit within a desired length.