Depend on Net::SSLeay and test on it (and not Crypt::SSLeay), to
[Net-HTTPS-Any.git] / t / get-cryptssleay.t
index 53f1cdb..fa2ef21 100644 (file)
@@ -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;