blob: b52178a28eba9ea933989a60a5b447de65649594 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2005/08/15 01:51:14 erh Exp $
--- 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") ||
|