Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > fb64cbc000ab9410c98f67a0bba9d68c > files > 2

perl-Net-SSLGlue-0.8-1.fc15.src.rpm

--- Makefile.PL.orig	2010-02-21 17:49:52.000000000 +0100
+++ Makefile.PL	2010-02-21 17:55:04.000000000 +0100
@@ -1,14 +1,10 @@
 use ExtUtils::MakeMaker;
 require 5.008;
-my $xt = prompt( "Should I do external tests?\n".
-	"These tests will fail if there is no internet connection or if a firewall\n".
-	"blocks some traffic.\n".
-	"[y/N]", 'n' );
 WriteMakefile(
 	NAME => 'Net::SSLGlue',
 	VERSION_FROM => 'lib/Net/SSLGlue.pm',
 	PREREQ_PM => {
 		'IO::Socket::SSL' => 1.19,
 	},
-	$xt =~m{^y}i ? ( test => { TESTS => 't/*.t t/external/*.t' }):(),
+	test => { TESTS => 't/*.t' },
 );