$OpenBSD: patch-Makefile_PL,v 1.1 2002/08/09 10:45:08 wilfried Exp $
--- Makefile.PL.orig	Mon Aug  5 22:06:55 2002
+++ Makefile.PL	Fri Aug  9 12:40:26 2002
@@ -22,19 +22,8 @@ my $s = IO::Socket::INET->new(
 if ($s) {
 	close($s);
 
-	print <<EOT;
-
-You appear to be directly connected to the Internet.  I have some tests
-that try to query live nameservers.
-
-EOT
-
-	if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
-		open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
-		close(ENABLED);
-	} else {
-		unlink("t/online.enabled"); # just to be shure...
-	}
+	open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
+	close(ENABLED);
 }
 
 
