Skip Menu |

This queue is for tickets about the Devel-Gladiator CPAN distribution.

Report information
The Basics
Id: 99581
Status: resolved
Priority: 0/
Queue: Devel-Gladiator

People
Owner: ether [...] cpan.org
Requestors: haarg [...] haarg.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.07



Subject: t/padwalker.t fails on perl 5.8
If PadWalker is installed, t/padwalker.t will fail on perl 5.8. There is a note in the test file about a change in behavior that seems relevant. Test output follows: 1..6 ok 1 - use Devel::Gladiator; ok 2 not ok 3 # Failed test at t/padwalker.t line 44. # got: undef # expected: 'outer' ok 4 ok 5 ok 6
In version 0.07, the test will be skipped when $] < 5.009. This probably means the code doesn't work, either -- patches gratefully accepted.