openbsd-ports/devel/p5-Inline/patches/patch-C_Makefile_PL
jasper 53688b477f - update to 0.48
- groff is not needed
- add regress dependency

from new maintainer gleydson soares
ok andreas bihlmaier (previous maintainer)
2011-04-08 13:29:38 +00:00

17 lines
432 B
Plaintext

--- C/Makefile.PL.orig Wed Apr 6 17:34:13 2011
+++ C/Makefile.PL Wed Apr 6 17:34:33 2011
@@ -68,12 +68,7 @@ END
# '
}
-my $answer = '';
-my $default = $found ? "y" : "n";
-while (1) {
- $answer = prompt ('Do you want to install Inline::C?', $default);
- last if $answer =~ /^(y|yes|n|no)$/i;
-}
+my $answer = 'y';
if ($answer =~ /^(y|yes)$/i) {
my %h = (NAME => 'Inline::C', clean => {FILES => '_Inline_test'});