Subject: | typo in Module RDF::Core::NodeFactory |
Note: This bug is found in v0.30 downloaded from CPAN. I have not checked CVS.
Detail:
Line 107 of NodeFactory.pm is:
$self->getOptions->{_GenCounter}++;
which should be:
$self->getOptions->{GenCounter}++;
This bug will affect rdf container membership element to have incorrect propertie name _:0, and violates RDF Syntax Spec http://www.w3.org/TR/rdf-syntax-grammar/#section-List-Expand