diff -Naur Net-SSLeay-1.72/inc/Module/Install/PRIVATE/Net/SSLeay.pm Net-SSLeay-1.72b/inc/Module/Install/PRIVATE/Net/SSLeay.pm --- Net-SSLeay-1.72/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2015-08-02 05:54:14.000000000 +0000 +++ Net-SSLeay-1.72b/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2016-03-04 23:28:49.543069218 +0000 @@ -47,15 +47,7 @@ LIBS => join(' ', (map {"-L$_"} @{$opts->{lib_paths}}), (map {"-l$_"} @{$opts->{lib_links}})), ); - if ( $self->prompt( - "Do you want to run external tests?\n". - "These tests *will* *fail* if you do not have network connectivity.", - 'n', - ) =~ /^y/i ) { - $self->tests('t/*/*.t t/*/*/*.t'); - } else { - $self->tests('t/local/*.t t/handle/local/*.t'); - } + $self->tests('t/*/*.t t/*/*/*.t'); } sub ssleay_get_build_opts {