8c504328f4
- CPAN'ify - re-format DESCR while there
14 lines
476 B
Plaintext
14 lines
476 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.2 2007/01/11 15:40:54 jasper Exp $
|
|
--- Makefile.PL.orig Thu Jan 11 16:34:40 2007
|
|
+++ Makefile.PL Thu Jan 11 16:35:32 2007
|
|
@@ -22,8 +22,7 @@ elsif( $ARGV[0] eq "-d")
|
|
else
|
|
{ foreach my $prompt (@prompts)
|
|
{ my ($program, $default, $description) = @$prompt;
|
|
- if( prompt("Do you want to install '$program' ($description)?", $default) =~ /^y/)
|
|
- { push(@programs, $program); }
|
|
+ push(@programs, $program);
|
|
}
|
|
}
|
|
|