Subject: | [patch] Documentation fix |
the XML::LibXML::NodeList documentation still listed the iterator method
that is obsolete and was disabled in v1.54
I just deleted the documentation for the method since it hasn't been
useful since v1.54
-Daniel Frett
Subject: | libxml_01.patch |
Index: lib/XML/LibXML/NodeList.pm
===================================================================
--- lib/XML/LibXML/NodeList.pm (revision 820)
+++ lib/XML/LibXML/NodeList.pm (working copy)
@@ -189,10 +189,4 @@
Given a nodelist, prepends the list of nodes in $nodelist to the front of
the current list.
-=head2 iterator()
-
-Will return a new nodelist iterator for the current nodelist. A
-nodelist iterator is usefull if more complex nodelist processing is
-needed.
-
=cut