The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.04 - 2013-08-01

  • replace Net::Cmd::getline via Net::SSLGlue::POP3 because it assumed, that it just needs to wait for read events on the sockets - which is not the case for SSL (e.g. SSL_WANT_READ, SSL_WANT_WRITE). Fixes https://rt.cpan.org/Ticket/Display.html?id=87507. Thanks to MICHIELB for reporting

Modules

add/extend SSL support for common perl modules
proper certificate checking for ldaps in Net::LDAP
proper certificate checking for https in LWP
make Net::POP3 able to use SSL
make Net::SMTP able to use SSL

Provides

in lib/Net/SSLGlue/POP3.pm
in lib/Net/SSLGlue/POP3.pm
in lib/Net/SSLGlue/SMTP.pm
in lib/Net/SSLGlue/SMTP.pm
in lib/Net/SSLGlue/LWP.pm