--- 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;