Subject: | Test fails with perl 5.8.9 and recent perl 5.11 |
With perl 5.8.8, the smallprof.out looks like this (the relevant snippet)
=================================================================
count wall tm cpu time line
1 0.00002 0.00000 4:$c = 0;
1 0.00194 0.00000 6: $c++;
With perl 5.8.9 RC1, it looks like this:
count wall tm cpu time line
1 0.00002 0.00000 4:The code for (eval 7)[t/part1.b:32]
is not in
1 0.00015 0.00000 6:the symbol table.
This seems to cause the test failure in the test suite. I can just guess
about the reason for the changed output, maybe it's due to additional
optimizations in perl 5.8.9 and perl 5.11?
Regards,
Slaven