File: control

package info (click to toggle)
libstring-escape-perl 1998.1204-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56 kB
  • ctags: 18
  • sloc: perl: 133; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libstring-escape-perl
Maintainer: Christopher C. Chimelis <chris@debian.org>
Section: interpreters
Priority: optional
Build-Depends-Indep: perl (>= 5.6.0-16), debhelper (>= 3.0.18)
Standards-Version: 3.5.6.0

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.