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. --- t/get-cryptssleay.t | 3 +++ t/post-cryptssleay.t | 3 +++ 2 files changed, 6 insertions(+) (limited to 't') diff --git a/t/get-cryptssleay.t b/t/get-cryptssleay.t index 53f1cdb..fa2ef21 100644 --- a/t/get-cryptssleay.t +++ b/t/get-cryptssleay.t @@ -5,6 +5,9 @@ use warnings; use Test::More; BEGIN { + + plan skip_all => "LWP tests disabled to avoid excessive dependencies"; + plan( tests=>4 ); $Net::HTTPS::Any::skip_NetSSLeay=1; $Net::HTTPS::Any::skip_NetSSLeay=1; diff --git a/t/post-cryptssleay.t b/t/post-cryptssleay.t index 168f1ea..7f99b0a 100644 --- a/t/post-cryptssleay.t +++ b/t/post-cryptssleay.t @@ -5,6 +5,9 @@ use warnings; use Test::More; BEGIN { + + plan skip_all => "LWP tests disabled to avoid excessive dependencies"; + plan( tests=>4 ); $Net::HTTPS::Any::skip_NetSSLeay=1; $Net::HTTPS::Any::skip_NetSSLeay=1; -- cgit v1.2.1