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: 42682
Status: resolved
Priority: 0/
Queue: Perl-Critic

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

Bug Information
Severity: Important
Broken in: 1.094001
Fixed in: (no value)



Subject: t/05_utils_pod fails with Pod::Parser 1.36 installed
After installing Pod::Parser 1.36, Perl::Critic test t/05_utils_pod.t fails test 32. The test was run against Perl::Critic 1.094001. The output of the failing test is: t/05_utils_pod................................1/62 # Failed test 'get_pod_section_from_string('=head1 FOO ... =head2 BAR', 'FOO')' # at t/05_utils_pod.t line 262. # got: 'FOO # Some plain text. # # BAR # ' # expected: 'FOO # Some plain text. # # BAR # # ' # Looks like you failed 1 test of 62. t/05_utils_pod................................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/62 subtests
The test passes if you downgrade Pod::Parser to 1.35.
Subject: Re: [rt.cpan.org #42682] t/05_utils_pod fails with Pod::Parser 1.36 installed
Date: Fri, 23 Jan 2009 21:28:01 -0600
To: bug-Perl-Critic [...] rt.cpan.org
From: Elliot Shank <perl [...] galumph.com>
The related report on Pod::Parser: https://rt.cpan.org/Ticket/Display.html?id=42695
From the Perl::Critic perspective, this has been fixed and released as http://search.cpan.org/~elliotjs/Perl-Critic-1.096/.