1
1
Source: libnet-smtp-ssl-perl
4
Build-Depends: debhelper (>= 5)
5
Build-Depends-Indep: perl (>= 5.6.0-16), libio-socket-ssl-perl
4
Build-Depends: debhelper (>= 8)
5
Build-Depends-Indep: perl, libio-socket-ssl-perl
6
6
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7
7
Uploaders: gregor herrmann <gregoa@debian.org>,
8
Damyan Ivanov <dmn@debian.org>
9
Standards-Version: 3.8.0
8
Damyan Ivanov <dmn@debian.org>, Maximilian Gass <mxey@cloudconnected.org>
9
Standards-Version: 3.9.1
10
10
Homepage: http://search.cpan.org/dist/Net-SMTP-SSL/
11
11
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-smtp-ssl-perl/
12
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/
12
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/
14
14
Package: libnet-smtp-ssl-perl
16
Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl (>= 1.06)
17
Description: SSL support for Net::SMTP
18
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
19
network operations. Due to the nature of Net::SMTP's new method, it is not
20
overridden to make use of a default port for the SMTPS service. Perhaps
16
Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl
17
Recommends: libauthen-sasl-perl
18
Description: Perl module providing SSL support to Net::SMTP
19
Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
20
for its network operations. Due to the nature of Net::SMTP's new method, it is
21
not overridden to make use of a default port for the SMTPS service. Perhaps
21
22
future versions will be smart like that. Port 465 is usually what you want,
22
23
and it's not a pain to specify that.