Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 52793
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: daniel.frett [...] ccci.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.70
Fixed in: (no value)



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
Applied to the SVN, thanks! -- Petr