1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libtext-quoted-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
gregor herrmann <gregoa@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Florian Schlichting <fsfs@debian.org>
Build-Depends-Indep: libtext-autoformat-perl,
perl
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Text-Quoted
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-quoted-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-quoted-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libtext-quoted-perl
Architecture: all
Depends: libtext-autoformat-perl,
${misc:Depends},
${perl:Depends}
Description: Perl module to extract the structure of a quoted mail message
Text::Quoted examines the structure of some text which may contain
multiple different levels of quoting, and turns the text into a nested
data structure.
|