Bug#728660: libnet-smtp-tls-perl: Uses wrong syntax in SSL_version argument and warning about invalid SSL version
Salvatore Bonaccorso
carnil at debian.org
Sun Nov 3 21:57:36 UTC 2013
Package: libnet-smtp-tls-perl
Version: 0.12-1
Severity: important
Tags: upstream wheezy sid
Control: forwarded -1 https://rt.cpan.org/Public/Bug/Display.html?id=85637
Hi
This is the equivalent bugreport as #728248 (for
libnet-smtp-tls-butmaintained-perl).
With
,---- [ test.pl ]
| #!/usr/bin/perl
|
| use strict;
| use warnings;
|
| use Net::SMTP::TLS;
| my $mailer = Net::SMTP::TLS->new(
| 'smtp.example.com',
| Hello => 'some.host.name',
| Port => 587,
| User => 'test',
| Password => 's3cr3t',
| );
`----
it fails with
$ ./test.pl
invalid SSL_version specified at /usr/share/perl5/IO/Socket/SSL.pm line 418.
p.s.: It might be worth looking what still (build) rdepends on
libnet-smtp-tls-perl and goint to try to remove the package
overall for jessie latest. Better alternatives like
libnet-smtps-perl exists for testing.
Regards,
Salvatore
More information about the pkg-perl-maintainers
mailing list