Skip Menu |

This queue is for tickets about the Devel-Symdump CPAN distribution.

Report information
The Basics
Id: 84139
Status: resolved
Priority: 0/
Queue: Devel-Symdump

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: hash order dependence
Date: Fri, 22 Mar 2013 13:39:05 +0000
To: bug-Devel-Symdump [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Devel-Symdump's test t/autogen.t depends on distinct Devel::Symdump objects returning lists of symbols in the same order, which in turn depends on hashes with the same content iterating their keys in the same order. This is no longer the case, in Perl 5.17.10, and so the test fails. As the documentation of Devel::Symdump doesn't say anything about consistent ordering, I reckon the test is wrong. Patch attached. -zefram

Message body is not shown because sender requested not to inline it.

Thanks for the patch, applied in 2.10 and released