diff options
Diffstat (limited to 'perl/perl-xml-libxml/README')
-rw-r--r-- | perl/perl-xml-libxml/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl/perl-xml-libxml/README b/perl/perl-xml-libxml/README index 8a7e2e2f2d..eac48f79a2 100644 --- a/perl/perl-xml-libxml/README +++ b/perl/perl-xml-libxml/README @@ -1,4 +1,7 @@ XML::LibXML - Perl Binding for libxml2 -This requires the following from SlackBuilds.org: - XML::NamespaceSupport, XML::LibXML::Common, XML::SAX +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()" |