53688b477f
- groff is not needed - add regress dependency from new maintainer gleydson soares ok andreas bihlmaier (previous maintainer)
17 lines
432 B
Plaintext
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'});
|