Subject: | test is failing with perl-5.12 |
One test didn't pass in perl-5.12 rebuild:
namespace-clean-0.14/t/04-except.t
I suppose you should redefine line 6 to something else.
Build log:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-basic.t
t/01-function-wipeout.t t/02-inheritance.t t/03-unimport.t t/04-except.t
t/05-explicit-cleanee.t t/06-other-types.t t/07-debugger.t t/08-const-sub.t
t/00-basic.t ............. ok
t/01-function-wipeout.t .. ok
t/02-inheritance.t ....... ok
t/03-unimport.t .......... ok
t/04-except.t ............
Failed 6/6 subtests
t/05-explicit-cleanee.t .. ok
t/06-other-types.t ....... ok
Loading DB routines from perl5db.pl version 1.33
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(t/07-debugger.t:26):
t/07-debugger.t .......... ok
t/08-const-sub.t ......... ok
Test Summary Report
-------------------
t/04-except.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 6 tests but ran 0.
Files=9, Tests=71, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.52 cusr
0.06 csys = 0.63 CPU)
Result: FAIL
Failed 1/9 test programs. 0/71 subtests failed.
make: *** [test_dynamic] Error 255