]> git.pld-linux.org Git - packages/perl-XML-SAX-ExpatXS.git/commitdiff
- initial
authoramateja <amateja@pld-linux.org>
Thu, 8 Oct 2009 12:15:06 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-SAX-ExpatXS-Makefile.PL.patch -> 1.1

perl-XML-SAX-ExpatXS-Makefile.PL.patch [new file with mode: 0644]

diff --git a/perl-XML-SAX-ExpatXS-Makefile.PL.patch b/perl-XML-SAX-ExpatXS-Makefile.PL.patch
new file mode 100644 (file)
index 0000000..73a07ff
--- /dev/null
@@ -0,0 +1,27 @@
+--- XML-SAX-ExpatXS-1.31/Makefile.PL.orig      2009-10-08 14:09:16.000000000 +0200
++++ XML-SAX-ExpatXS-1.31/Makefile.PL   2009-10-08 14:09:49.000000000 +0200
+@@ -100,24 +100,6 @@
+ );
+-sub MY::install {
+-    package MY;
+-    my $script = shift->SUPER::install(@_);
+-    if (ExtUtils::MakeMaker::prompt("Do you want to alter ParserDetails.ini?", "Y") =~ /^y/i) {
+-        $script =~ s/install :: (.*)$/install :: $1 install_expat_xs/m;
+-        $script .= <<"INSTALL";
+-
+-install_expat_xs :
+-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()"
+-
+-INSTALL
+-
+-    }
+-
+-    return $script;
+-}
+-
+-
+ sub build_xml_sax_expatxs_preload {
+     
+     print "Writing XML::SAX::ExpatXS::Preload\n";
This page took 0.635367 seconds and 4 git commands to generate.