Subject: | lib/XML/LibXML/Parser.pod: wrong method heading for load_html |
In the file "lib/XML/LibXML/Parser.pod"
the description for the method "load_html" is headed "load_xml"
whereas it would appear to be more appropriate for it to be headed
"load_html".
See attached patch.
Subject: | Parser.pod.patch |
--- Parser.orig.pod 2010-03-25 11:22:07.433415300 +0000
+++ Parser.pod 2010-03-25 11:25:24.690415300 +0000
@@ -175,7 +175,7 @@
to the new parser. See the constructor C<<<<<< new >>>>>> and L<<<<<< Parser Options >>>>>> for more information.
-=item load_xml
+=item load_html
$dom = XML::LibXML->load_html(...);