Subject: | reforgy fails in 1 out of ~30 test runs |
You may have seen the testreport on
http://www.nntp.perl.org/group/perl.cpan.testers/2006/11/msg374703.html
This failure can be reproduced with these two lines of perl:
$h{B}[4]{B} = { B => "B" };
$h{B}[4]{B}[4] = { B => [1..1] };
which stand for lines 33 and 38 of the test script. It just randomly
happens not so often that these lines conflict.
FWIW, my 321 smokes failed 10 times. Calculating the expected ratio on
an infinite number of tests is left as an exercise to the reader:)
Kind Regards,