# New Ticket Created by James Keenan # Please include the string: [perl #56178] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56178 >
Upgrading to the latest CPAN version of Perl::Critic breaks t/ codingstd/perlcritic.t: $ prove t/codingstd/perlcritic.t t/codingstd/perlcritic......There are no enabled policies. # Looks like your test died before it could output anything. t/codingstd/perlcritic...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 16/16 subtests Test Summary Report ------------------- t/codingstd/perlcritic.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 16 tests but ran 0. Files=1, Tests=0, 2 wallclock secs ( 0.00 usr 0.00 sys + 0.83 cusr 0.11 csys = 0.94 CPU) Result: FAIL I know that Coke has already written to the Perl::Critic mailing list for suggestions as to how to cope with this. Does anyone have any ideas? Thanks. kid51