forked from pool/perl-XML-SAX-ExpatXS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-SAX-ExpatXS?expand=0&rev=1
13 lines
635 B
Diff
13 lines
635 B
Diff
diff -ruN XML-SAX-ExpatXS-1.31-orig/Makefile.PL XML-SAX-ExpatXS-1.31/Makefile.PL
|
|
--- XML-SAX-ExpatXS-1.31-orig/Makefile.PL 2007-07-02 07:59:45.000000000 +0000
|
|
+++ XML-SAX-ExpatXS-1.31/Makefile.PL 2008-11-16 20:01:56.678320119 +0000
|
|
@@ -103,7 +103,7 @@
|
|
sub MY::install {
|
|
package MY;
|
|
my $script = shift->SUPER::install(@_);
|
|
- if (ExtUtils::MakeMaker::prompt("Do you want to alter ParserDetails.ini?", "Y") =~ /^y/i) {
|
|
+ if (ExtUtils::MakeMaker::prompt("Do you want to alter ParserDetails.ini?", "Y") =~ /^n/i) {
|
|
$script =~ s/install :: (.*)$/install :: $1 install_expat_xs/m;
|
|
$script .= <<"INSTALL";
|
|
|