Skip Menu |

This queue is for tickets about the Graph CPAN distribution.

Report information
The Basics
Id: 42429
Status: resolved
Priority: 0/
Queue: Graph

People
Owner: Nobody in particular
Requestors: miranska [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.90
Fixed in: (no value)



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;
Never mind, figured out that it was supposed to be @paths = $tcg->path_vertices($u, $v) instead of $paths = $tcg->path_vertices($u, $v) Sorry, about that On Wed Jan 14 23:46:29 2009, miranska wrote: Show quoted text
> 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;
I released 0.91 in which the documentation was tweaked a bit.
Thank you, this helps! On Fri Jan 16 21:11:26 2009, JHI wrote: Show quoted text
> I released 0.91 in which the documentation was tweaked a bit. >