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