]> git.pld-linux.org Git - packages/perl-XML-SAX-ExpatXS.git/blob - perl-XML-SAX-ExpatXS-Makefile.PL.patch
perl 5.38.0 rebuild
[packages/perl-XML-SAX-ExpatXS.git] / perl-XML-SAX-ExpatXS-Makefile.PL.patch
1 --- XML-SAX-ExpatXS-1.31/Makefile.PL.orig       2009-10-08 14:09:16.000000000 +0200
2 +++ XML-SAX-ExpatXS-1.31/Makefile.PL    2009-10-08 14:09:49.000000000 +0200
3 @@ -100,24 +100,6 @@
4  );
5  
6  
7 -sub MY::install {
8 -    package MY;
9 -    my $script = shift->SUPER::install(@_);
10 -    if (ExtUtils::MakeMaker::prompt("Do you want to alter ParserDetails.ini?", "Y") =~ /^y/i) {
11 -        $script =~ s/install :: (.*)$/install :: $1 install_expat_xs/m;
12 -        $script .= <<"INSTALL";
13 -
14 -install_expat_xs :
15 -\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()"
16 -
17 -INSTALL
18 -
19 -    }
20 -
21 -    return $script;
22 -}
23 -
24 -
25  sub build_xml_sax_expatxs_preload {
26      
27      print "Writing XML::SAX::ExpatXS::Preload\n";
This page took 0.164439 seconds and 3 git commands to generate.