Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: nobody [...] mixmaster.it
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Please provide a can_ssl convenience method
Date: Wed, 16 Jun 2010 21:29:58 +0200 (CEST)
To: bug-libwww-perl [...] rt.cpan.org
From: George Orwell <nobody [...] mixmaster.it>
It would simplify matters to do something like: if (LWP::UserAgent->can_ssl) { ... } than: if (eval{require Crypt::SSLeay;1} || eval{require IO::Socket::SSL;1}) { ... } Il mittente di questo messaggio|The sender address of this non corrisponde ad un utente |message is not related to a real reale ma all'indirizzo fittizio|person but to a fake address of an di un sistema anonimizzatore |anonymous system Per maggiori informazioni |For more info https://www.mixmaster.it
You are saying that: $ua->is_protocol_supported('https') doesn't work for you?
On Fri Jun 18 00:21:15 2010, GAAS wrote: Show quoted text
> You are saying that: > > $ua->is_protocol_supported('https') > > doesn't work for you?