blob: da21e09c0b3e1b6c61a5d249b233cbdb2f2b3136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.2 2007/06/08 07:57:11 wiz Exp $
--- Makefile.PL.orig 2007-06-01 17:33:24.000000000 +0000
+++ Makefile.PL
@@ -261,9 +261,7 @@ behind a strict firewall or have no netw
these tests may fail (through no fault of the code).
INFO
- my $network_tests = prompt
- "Do you want to run the live tests (y/N) ?",
- 'N';
+ my $network_tests = 'N';
print OUT "network_tests ", ($network_tests =~ /y/i) ? 1 : 0, "\n";
close OUT;
}
|