Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Critic CPAN distribution.

Report information
The Basics
Id: 21202
Status: resolved
Priority: 0/
Queue: Perl-Critic

People
Owner: Nobody in particular
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.19
Fixed in: (no value)



Subject: Test failure
On mandriva cooker, with perl 5.8.8: [guillomovitch@n2 Perl-Critic-0.19]$ prove -Iblib/lib t/20_policies_controlstructures.t t/20_policies_controlstructures....ok 1/28 t/20_policies_controlstructures....NOK 26# Failed test '6 mixed nests' # in t/20_policies_controlstructures.t at line 595. # got: '0' # expected: '1' # Looks like you failed 1 test of 28. t/20_policies_controlstructures....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 26 Failed 1/28 tests, 96.43% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/20_policies_controlstructures.t 1 256 28 1 3.57% 26 Failed 1/1 test scripts, 0.00% okay. 1/28 subtests failed, 96.43% okay.
Subject: Re: [rt.cpan.org #21202] Test failure
Date: Mon, 28 Aug 2006 19:38:50 -0700 (PDT)
To: bug-Perl-Critic [...] rt.cpan.org
From: Jeffrey Thalhammer <jeffrey_thalhammer [...] yahoo.com>
Version 0.19 of Perl::Critic and this test requires PPI 1.115 or later. Which version do you have? -Jeff Show quoted text
----- Original Message ---- From: via RT <bug-Perl-Critic@rt.cpan.org> To: undisclosed-recipients Sent: Monday, August 28, 2006 12:22:27 AM Subject: [rt.cpan.org #21202] Test failure Mon Aug 28 03:22:21 2006: Request 21202 was acted upon. Transaction: Ticket created by GROUSSE Queue: Perl-Critic Subject: Test failure Broken in: 0.19 Severity: Normal Owner: Nobody Requestors: GROUSSE@cpan.org Status: new Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21202 > On mandriva cooker, with perl 5.8.8: [guillomovitch@n2 Perl-Critic-0.19]$ prove -Iblib/lib t/20_policies_controlstructures.t t/20_policies_controlstructures....ok 1/28 t/20_policies_controlstructures....NOK 26# Failed test '6 mixed nests' # in t/20_policies_controlstructures.t at line 595. # got: '0' # expected: '1' # Looks like you failed 1 test of 28. t/20_policies_controlstructures....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 26 Failed 1/28 tests, 96.43% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/20_policies_controlstructures.t 1 256 28 1 3.57% 26 Failed 1/1 test scripts, 0.00% okay. 1/28 subtests failed, 96.43% okay.
From: GROUSSE [...] cpan.org
Le Lun. Aoû. 28 22:39:04 2006, jeffrey_thalhammer@yahoo.com a écrit : Show quoted text
> Version 0.19 of Perl::Critic and this test requires PPI 1.115 or > later. Which version do you have?
You're perfectly right, I used PPI 1.113. Upgrading PPI solved the issue, thanks.