Subject: | path_vertices does not return vertices |
Distribution: Graph-0.90
Perl: v.5.8.8
OS: Windows XP
Function path_vertices in Graph::TransitiveClosure::Matrix does not
return vertices. It seems that the last line of the function
path_vertices should be changed from
return @v;
to
return \@v;