wine: updated to 1.1.21
[namenlos-ports.git] / p5-xml-libxml / README
blob6334c102159dccc5a451766700a79aa004d68708
1 POST-INSTALL:
3 To register XML::LibXML::SAX::Parser and XML::LibXML::SAX as sax parsers within
4 XML::SAX you got to execute:
6 perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
7 perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
9 but this will also be done with the post-install script delivered with this
10 port.
13 POST-REMOVE:
15 to remove the registration of the parsers again execute:
17 sed -e '/XML::LibXML::SAX/,+2d' -i /usr/lib/perl5/site_perl/5.8.8/XML/SAX/ParserDetails.ini