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: libtest-email-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libmail-sendmail-perl (>= 0.79),
libmime-tools-perl (>= 5.4), perl (>= 5.6.0-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Test-Email/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-email-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-email-perl/
Package: libtest-email-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libmime-tools-perl (>= 5.4)
Recommends: libmail-pop3client-perl (>= 2), libmail-sendmail-perl (>= 0.79)
Description: email contents test module
Test::Email provides tests for email contents; it is a subclass of
MIME::Entity with header_is, body_is, or _ok or _like and part_ok,
mime_type_ok methods. Tests for equality remove trailing newlines from
strings before testing. Some mail messages have newlines appended to them
during the mailing process, which could cause unnecessary confusion.
.
This package also provides Test::POP3 to automate email delivery tests.
|