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. --- Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 2fe34d0..3181e4a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,11 @@ WriteMakefile( # 'Net::SSLeay' => 0, # or 'Crypt::SSLeay' => 0, # 'LWP' => 0, + + #failing tests is worse, Net::SSLeay appears to finally have emerged + # as best-practice with the release of LWP::Protocol::https that uses + # IO::Socket::SSL and therefore Net::SSLeay + 'Net::SSLeay' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-HTTPS-Any-*' }, -- cgit v1.2.1