racke / Template-Flute

Template::Flute - Modern designer-friendly HTML templating Engine
Other
11 stars 12 forks source link

Hash randomization problem in test suite? #35

Closed eserte closed 10 years ago

eserte commented 10 years ago

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

racke commented 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

racke commented 10 years ago

Fixed in Template::Flute 0.0105.