$NetBSD: $

--- Makefile.PL.orig	2005-08-14 20:36:40.000000000 -0500
+++ Makefile.PL	2005-08-14 20:37:04.000000000 -0500
@@ -20,7 +20,7 @@
 LegalMumboJumbo
     
 print "Did you read the LICENSE file and agree to its terms and conditions? [y] ";
-my $answer = <STDIN>;
+my $answer = "y";
 exit 1 if $answer =~ /^n/i;
 
 open(YES,">.LICENSE.ACCEPTED") || 
