X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=3181e4abfa1f3c335ac62cc69c362b57832c9ce7;hb=7ce3ec81296de745371f64f8a27edb06c4e17fec;hp=c6dbbc8577cce9913c7ec72ec87df17d3501cd53;hpb=97e89d11919d233afc4bbe3a2c7f14a4d116584b;p=Net-HTTPS-Any.git diff --git a/Makefile.PL b/Makefile.PL index c6dbbc8..3181e4a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,6 +12,16 @@ WriteMakefile( 'Test::More' => 0, 'URI::Escape' => 0, 'Tie::IxHash' => 0, + # If you are aware of a way to declare an OR relation in prerequisites, + # please tell me, you would be my hero. it doesn't have to be EU:MM. + # '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-*' },