summaryrefslogtreecommitdiff
path: root/devel/p5-Heap-Simple-XS/files/patch-Makefile
blob: e049ded36e064436a7591e0fdae7cb0797d4e67a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL	Wed Jul 27 14:50:45 2005
+++ Makefile.PL	Fri Nov 25 18:59:24 2005
@@ -7,7 +7,7 @@
 
 # Allows to suppress all questions with -n
 use Getopt::Std;
-our $opt_n;
+our $opt_n = 1;
 getopts("n") || die "Usage: $0 [-n]\n";
 
 my $benchmark = 0;