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.