Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > cc0e3b10999cf791513a321b1bb3b234 > files > 2

perl-Net-SSLGlue-0.4-1.fc13.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' },
 );