Source: libemail-mime-createhtml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libhtml-tokeparser-simple-perl,
                     liblog-trace-perl,
                     libmime-types-perl,
                     libtest-assertions-perl,
                     libdata-serializer-perl,
                     libhtml-tagset-perl,
                     libemail-mime-perl,
                     libfile-slurp-perl,
                     libfile-policy-perl,
                     libwww-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-mime-createhtml-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-mime-createhtml-perl.git
Homepage: https://metacpan.org/release/Email-MIME-CreateHTML/

Package: libemail-mime-createhtml-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libhtml-tokeparser-simple-perl,
         liblog-trace-perl,
         libmime-types-perl,
         libdata-serializer-perl,
         libhtml-tagset-perl,
         libemail-mime-perl,
         libfile-policy-perl,
         libwww-perl
Description: multipart HTML email builder
 Email::MIME::CreateHTML allows you to build HTML emails, optionally with a 
 text-only alternative and embedded media objects. 
 .
 For example, an HTML email with an alternative version in plain text and with
 all the required images contained in the mail.
 .
 Note that this module does not send any mail, it merely does the work of
 building the appropriate MIME message.  The message can be sent with
 Email::Send or any other mailer that can be fed a string representation of an
 email message.

