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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to