File: control

package info (click to toggle)
libnet-smtp-ssl-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 19; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,350 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
30
Source: libnet-smtp-ssl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libio-socket-ssl-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-smtp-ssl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-smtp-ssl-perl.git
Homepage: https://metacpan.org/release/Net-SMTP-SSL

Package: libnet-smtp-ssl-perl
Architecture: all
Depends: libio-socket-ssl-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: libauthen-sasl-perl
Description: Perl module providing SSL support to Net::SMTP
 Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
 for its network operations. Due to the nature of Net::SMTP's new method, it is
 not overridden to make use of a default port for the SMTPS service. Perhaps
 future versions will be smart like that. Port 465 is usually what you want,
 and it's not a pain to specify that.
 .
 This package is deprecated. Net::SMTP (in perl core) has support for SMTP
 over SSL, and also for STARTTLS, since version 1.28 (included in Perl 5.22).