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: libmail-sendmail-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Niko Tyni <ntyni@iki.fi>,
gregor herrmann <gregoa@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
debhelper-compat (= 13),
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-sendmail-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-sendmail-perl.git
Homepage: https://metacpan.org/release/Mail-Sendmail
Package: libmail-sendmail-perl
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${perl:Depends},
libsys-hostname-long-perl,
Description: simple way to send email from a perl script
Mail::Sendmail is intended to be a very simple and easy-to-setup and
easy-to-use platform-independent e-mail module. It only requires Perl 5,
Sys::Hostname::Long, and a network connection.
|