# 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
<[EMAIL PROTECTED]> wrote:
> 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 state that &default_forbidden words is a
> method, not a function.  It was called as a function, but I changed it
> to a class method call to ensure that if it really is required to be a
> method in the future, things don't break.
>
> Cheers,
> Ovid
>
> --
> Buy the book  - http://www.oreilly.com/catalog/perlhks/
> Personal blog - http://publius-ovidius.livejournal.com/
> Tech blog     - http://use.perl.org/~Ovid/journal/



-- 
Will "Coke" Coleda

Reply via email to