mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
xml_libxml: new perl module recipe
This commit is contained in:
7
dev-perl/xml_libxml/additional-files/uninstall_xml_sax_libxml.pl
Executable file
7
dev-perl/xml_libxml/additional-files/uninstall_xml_sax_libxml.pl
Executable file
@@ -0,0 +1,7 @@
|
||||
#!perl
|
||||
|
||||
use XML::SAX;
|
||||
|
||||
XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser));
|
||||
XML::SAX->remove_parser(q(XML::LibXML::SAX));
|
||||
XML::SAX->save_parsers();
|
||||
Reference in New Issue
Block a user