Subject: | 5 test files failing since ~perl 5.17.6 |
Not sure exactly which P5 commit introduces breakage, but here is the verbose test output of the tests that fail.
Also seen here: http://www.cpantesters.org/cpan/report/46ad8b34-70ed-11e2-a655-7466270fb964
prove -bvr t/eating_strict_error.t t/foreign/Method-Signatures/error_interruption.t t/foreign/Method-Signatures/syntax_errors.t t/foreign/MooseX-Method-Signatures/errors.t t/name.t
t/eating_strict_error.t ...........................
1..4
Failed 4/4 subtests
t/foreign/Method-Signatures/error_interruption.t .. No subtests run
t/foreign/Method-Signatures/syntax_errors.t ....... No subtests run
t/foreign/MooseX-Method-Signatures/errors.t .......
1..4
Failed 4/4 subtests
t/name.t ..........................................
1..12
ok 1
ok 2
ok 3
ok 4
ok 5 - faulty code doesn't load
ok 6
ok 7 - faulty code doesn't load
ok 8
ok 9 - faulty code doesn't load
ok 10
Failed 2/12 subtests
Test Summary Report
-------------------
t/eating_strict_error.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/foreign/Method-Signatures/error_interruption.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
t/foreign/Method-Signatures/syntax_errors.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
t/foreign/MooseX-Method-Signatures/errors.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/name.t (Wstat: 11 Tests: 10 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 12 tests but ran 10.
Files=5, Tests=10, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.21 cusr 0.04 csys = 0.30 CPU)
Result: FAIL