ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / perl-libwww / Makefile.PL.patch
blob0d16ef3a198c8bb0635c6788d5f1ed0eb3b2ffe1
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
3 @@ -72,7 +72,8 @@
5 EOT
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: $!";
11 close(ENABLED);
13 @@ -110,7 +111,8 @@
14 EOT
15 my @tmp;
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/) {
20 push(@tmp, $_);
23 @@ -129,7 +131,8 @@
24 my @tmp;
25 for my $alias (@request_aliases) {
26 my $default = "n";
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/) {
30 push(@tmp, $alias);