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
|
Source: libemail-mime-encodings-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcapture-tiny-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-mime-encodings-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libemail-mime-encodings-perl.git
Homepage: https://metacpan.org/release/Email-MIME-Encodings
Package: libemail-mime-encodings-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: unified interface to MIME encoding and decoding
Email::MIME::Encodings simply wraps MIME::Base64 and MIME::QuotedPrint
so that you can throw the contents of a Content-Transfer-Encoding
header at some text and have the right thing happen.
|