1 --- libwww-perl-5.805/Makefile.PL.orig 2006-05-22 19:21:28.000000000 +0200
2 +++ libwww-perl-5.805/Makefile.PL 2006-05-22 19:24:52.000000000 +0200
7 - if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
8 + if (0) { #disabled tests
9 + #if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
10 open(ENABLED, ">t/live/ENABLED") || die "Can't enable: $!";
16 for (@programs_to_install) {
17 - if (prompt("Do you want to install $_?", "y") =~ /^y/) {
18 + if (1) { # we want it all
19 + #if (prompt("Do you want to install $_?", "y") =~ /^y/) {
25 for my $alias (@request_aliases) {
27 - if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
28 + if (0) { # no need for aliases
29 + #if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {