summaryrefslogtreecommitdiff
path: root/t/get-cryptssleay.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-05-12 16:16:43 -0700
committerIvan Kohler <ivan@freeside.biz>2014-05-12 16:16:43 -0700
commit5426737664dd0fd517c2f4f931fa04852e95d1ca (patch)
treeba1ad336bd98bdba0e17b6023a579d9f96f1d927 /t/get-cryptssleay.t
parent90a8f96bb101dc637ad436de3c3ab161cc5000d9 (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 't/get-cryptssleay.t')
-rw-r--r--t/get-cryptssleay.t3
1 files changed, 3 insertions, 0 deletions
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;