Skip Menu |

This queue is for tickets about the Reaction CPAN distribution.

Report information
The Basics
Id: 85200
Status: new
Priority: 0/
Queue: Reaction

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: Hash randomization issues trip up t/05reflect_attr_from.t
Moose's ->meta->get_attribute_list() returns stuff in 'keys %hash' order, which in turn trips up the is_deeply test at the end. I am not sure if this is just a "whack a sort()" issue, or whether Moose having an unstable order of get_attribute_list() is actually a problem for reflection... Cheers