File: dont-install-sax

package info (click to toggle)
libxml-sax-expatxs-perl 1.33-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 692 kB
  • sloc: perl: 295; xml: 148; ansic: 27; sh: 10; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# the update-perl-sax-parsers command is used in postinst instead

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -111,7 +111,7 @@
         $script .= <<"INSTALL";
 
 install_expat_xs :
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()"
+#\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()"
 
 INSTALL