summaryrefslogtreecommitdiff
path: root/perl/perl-xml-libxml/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-xml-libxml/README')
-rw-r--r--perl/perl-xml-libxml/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/perl/perl-xml-libxml/README b/perl/perl-xml-libxml/README
index 3be121d3d0..5608a5c881 100644
--- a/perl/perl-xml-libxml/README
+++ b/perl/perl-xml-libxml/README
@@ -1,5 +1,8 @@
-XML::LibXML - Perl Binding for libxml2
+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()"
+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()"