From 5426737664dd0fd517c2f4f931fa04852e95d1ca Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 12 May 2014 16:16:43 -0700 Subject: Depend on Net::SSLeay and test on it (and not Crypt::SSLeay), to eliminate spurious test failures and increase installability. Alas, but the last four years have not provided OR relationships in CPAN dependencies. --- lib/Net/HTTPS/Any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Net') diff --git a/lib/Net/HTTPS/Any.pm b/lib/Net/HTTPS/Any.pm index 17faa74..0631d73 100644 --- a/lib/Net/HTTPS/Any.pm +++ b/lib/Net/HTTPS/Any.pm @@ -47,7 +47,7 @@ Net::HTTPS::Any - Simple HTTPS client using whichever underlying SSL module is a =cut -our $VERSION = '0.11'; +our $VERSION = '0.11_01'; =head1 SYNOPSIS -- cgit v1.2.1