summaryrefslogtreecommitdiffstats
path: root/perl/perl-xml-libxml/README
blob: eac48f79a2d0c883365f7ddfcc43101f5dcde98f (plain)
1
2
3
4
5
6
7
XML::LibXML - Perl Binding for libxml2

This requires perl-xml-sax and perl-xml-namespacesupport

Run these 2 commands if you remove this package.
perl -MXML::SAX -e "XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
perl -MXML::SAX -e "XML::SAX->remove_parser(q(XML::LibXML::SAX))->save_parsers()"