--- Makefile.PL.orig	Thu Jan 23 23:13:42 2003
+++ Makefile.PL	Thu Jul 10 13:22:54 2003
@@ -41,13 +41,16 @@
           sub { ($_[5]+1900, $_[4]+1, $_[3])}->(localtime(time - 45 * 24*60*60));
 if ($some_time_ago lt $release_date) {
     # Check if we have internet connection
-    require IO::Socket;
-    my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80",
-				  Timeout  => 10,
-				 );
+#    require IO::Socket;
+#    my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80",
+#				  Timeout  => 10,
+#				 );
+
+my $s = 0;
+
     if ($s) {
 	# XXX could try to send a GET to it???
-	close($s);
+#	close($s);
 
 	print <<EOT;
 
@@ -95,7 +98,7 @@
 EOT
     my @tmp;
     for (@programs_to_install) {
-	if (prompt("Do you want to install $_?", "y") =~ /^y/) {
+	if (1) {
 	    push(@tmp, $_);
 	}
     }
@@ -126,7 +129,7 @@
 	    }
 	    close(PROG);
 	}
-	if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
+	if (1) {
 	    push(@tmp, $alias);
 	}
     }
