Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 55255
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: ovidiu.satmari [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 5.10
Fixed in: 5.10



Subject: Crypt::SSLeay or IO::Socket::SSL not installed
Hi guys, I have a problem using the https protocol. Actually my problem is the message on line 162: "(Crypt::SSLeay or IO::Socket::SSL not installed)". I didn't have Crypt::SSLeay so I installed but I still get the message. That's because IO::Socket::SSL is anyway using Crypt::SSLeay. So I think you should change the message to: (Crypt::SSLeay not installed). Thanks, Ovidiu http://www.evozon.com/
That's not right. IO::Socket::SSL is using Net::SSLeay and Crypt::SSLeay is the standalone alternative (that provides Net::SSL).