Skip Menu |

This queue is for tickets about the Graph-Traverse CPAN distribution.

Report information
The Basics
Id: 129473
Status: resolved
Priority: 0/
Queue: Graph-Traverse

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: 0.04



Subject: t/Multipath.t fails for perl < 5.26
With perl 5.24.x and older: ... # Failed test 'Finds paths to destination vertices' # at t/Multipath.t line 151. # got: '2/8' # expected: '2' # Failed test 'Finds one path to destination vertices' # at t/Multipath.t line 160. # got: '1/8' # expected: '1' # Looks like you failed 2 tests of 53. t/Multipath.t .......... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/53 subtests ...
Corrected use of scalar on a hash to `scalar keys`. Thanks!