Subject: | bug in Graph::Reader::XML |
In the new version of Graph-ReadWrite-2.00, I've got the following error message by calling the read_graph function:
Can't locate object method "set_graph_attribute" via package "Graph::Reader::XML" at /usr/local/lib/perl5/site_perl/5.8.5/Graph/Reader/XML.pm line 85.
It seems that the line 85 should be replaced by:
$graph->set_graph_attribute($attr{name}, $attr{value});
because the graph is $graph and not $self.
I'm using perl version 5.8.5
Thanks for taking this bug into account.
SD