summaryrefslogtreecommitdiffstats
path: root/perl/perl-xml-libxml/README
blob: 5608a5c881c19074a1cf8171bd3349ea5e1f7c0b (plain)
1
2
3
4
5
6
7
8
perl-xml-libxml (XML::LibXML, perl binding for libxml2)

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()"