File: control

package info (click to toggle)
libemail-mime-encodings-perl 1.315-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 128 kB
  • ctags: 5
  • sloc: perl: 68; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,055 bytes parent folder | download
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>,
           Brian Cassidy <brian.cassidy@gmail.com>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcapture-tiny-perl,
 perl (>= 5.13.4) | libtest-more-perl (>= 0.96),
 perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-mime-encodings-perl.git
Vcs-Git: git://anonscm.debian.org/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.