File: control

package info (click to toggle)
libnet-smtp-tls-perl 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 140 kB
  • ctags: 68
  • sloc: perl: 250; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,221 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
Source: libnet-smtp-tls-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdigest-hmac-perl,
                     libio-socket-ssl-perl,
                     libnet-ssleay-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-smtp-tls-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-smtp-tls-perl.git
Homepage: https://metacpan.org/release/Net-SMTP-TLS

Package: libnet-smtp-tls-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdigest-hmac-perl,
         libio-socket-ssl-perl,
         libnet-ssleay-perl
Description: Perl SMTP client library supporting TLS and AUTH
 Net::SMTP::TLS is a TLS and AUTH capable SMTP client library which offers an
 interface that users will find familiar from Net::SMTP. Net::SMTP::TLS
 implements a subset of the methods provided by that module, but certainly not
 (yet) a complete mirror image of that API.