xml_libxml: new perl module recipe

This commit is contained in:
Joachim Mairböck
2024-12-31 14:33:58 +01:00
parent 924c69c62a
commit bda656c9f5
3 changed files with 94 additions and 0 deletions

View 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();