[perl #56166] Re: [PATCH] Perl::Critic Version Wrong

2008-06-21 Thread Will Coleda via RT
On Fri Jun 20 09:01:56 2008, [EMAIL PROTECTED] wrote: prove -v t/codingstd/perlcritic.t t/codingstd/perlcritic..Undefined subroutine Perl::Critic::Policy::NamingConventions::ProhibitAmbiguousNames::default_forbidden_words called at t/codingstd/perlcritic.t line 142. Dubious, test

[perl #56166] Re: [PATCH] Perl::Critic Version Wrong

2008-06-21 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56166] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56166 Sending this to parrotbug to open a ticket... On Wed, Jun 18, 2008 at 2:00 PM, Ovid

[PATCH] Perl::Critic Version Wrong

2008-06-18 Thread Ovid
This patch fixes a test suite failure in t/codingstd/perlcritic.t The minimum required version for Perl::Critic was 1.03, but the default_forbidden_words method was not introduced until 1.082. I've bumped up the version number in the test to ensure it skips properly. Also, the Perl::Critic docs