diff --git a/Makefile.PL b/Makefile.PL index 6087e4f..6fb02c2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -111,6 +111,10 @@ sub are_online Timeout => 5 ); if($s) { + if($ENV{'AUTOMATED_TESTING'}) { + close($s); + return 1; + } print <