diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-12 16:16:43 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-12 16:16:43 -0700 |
commit | 5426737664dd0fd517c2f4f931fa04852e95d1ca (patch) | |
tree | ba1ad336bd98bdba0e17b6023a579d9f96f1d927 /lib/Net/HTTPS/Any.pm | |
parent | 90a8f96bb101dc637ad436de3c3ab161cc5000d9 (diff) |
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.
Diffstat (limited to 'lib/Net/HTTPS/Any.pm')
-rw-r--r-- | lib/Net/HTTPS/Any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |