Skip Menu |

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

Report information
The Basics
Id: 5694
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: PEPL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.57
Fixed in: (no value)



Subject: XML::LibXML::Node::insertBefore documentation<->implementation mismatch
Documentation says: "If $refNode is undefined, the newNode will be set as the new first child of the parent node." but in the current implementation $refNode is mandatory and the code croaks if it is not given.