File: control

package info (click to toggle)
libstring-escape-perl 2002.001-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 68 kB
  • ctags: 23
  • sloc: perl: 187; makefile: 42
file content (17 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libstring-escape-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>, Carlo Segre <segre@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>> 5.8.1)
Standards-Version: 3.7.2

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