File: control

package info (click to toggle)
libemail-abstract-perl 3.008-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 54
  • sloc: perl: 612; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,835 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libemail-abstract-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Niko Tyni <ntyni@debian.org>,
           David Bremner <bremner@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libemail-mime-perl,
                     libemail-simple-perl,
                     libmail-box-perl,
                     libmailtools-perl,
                     libmime-tools-perl (>= 5.501),
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libmro-compat-perl,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
                     perl (>= 5.13.10) | libcpan-meta-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-abstract-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-abstract-perl.git
Homepage: https://metacpan.org/release/Email-Abstract

Package: libemail-abstract-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libemail-simple-perl,
         libmodule-pluggable-perl | perl (<< 5.17.0),
         libmro-compat-perl
Recommends: libmime-tools-perl (>= 5.501)
Description: unified interface to mail representations
 "Email::Abstract" provides module writers with the ability to write
 representation-independent mail handling code. Where previously one
 would either have to specify the mail class required, or to build a new
 object from scratch, "Email::Abstract" can be used to perform certain
 simple operations on an object regardless of its underlying representation.