Source: libemail-abstract-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Niko Tyni , Ansgar Burchardt 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://salsa.debian.org/perl-team/modules/packages/libemail-abstract-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/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.