Closed eserte closed 10 years ago
This test fails:
is_deeply \@empty, [
{
'dump' => 'name cammmmmel type value',
'name' => 'cammmmmel',
'type' => 'class'
}
], "Report ok";
How can I fix this test?
Thanks for the report
Racke
Fixed in Template::Flute 0.0105.
The PASS/FAIL pattern as visible in http://matrix.cpantesters.org/?dist=Template-Flute suggest that the test suite (or the module) has a problem with hash randomization, which was introduced in perl 5.17.x.
Regards, Slaven