1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
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), quilt (>= 0.40)
Build-Depends-Indep: perl (>> 5.8.1)
Standards-Version: 3.7.3
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/wsvn/pkg-perl/trunk/libstring-escape-perl/
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.
|