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

People
Owner: Nobody in particular
Requestors: rsoderberg [...] gmail.com
Cc:
AdminCc:

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



Subject: 1.094: 'require 5.005_62;' sets off warning in P/C/Document.pm line 193
Date: Thu, 1 Jan 2009 18:38:37 -0800
To: bug-Perl-Critic [...] rt.cpan.org
From: "Richard Soderberg" <rsoderberg [...] gmail.com>
Something about the minversion require in one of my modules is causing heartburn for Perl::Critic::Document. What's curious to me is that "5.005_62" was converted to "5.005_620" at some point. Perl 5.8.8 doesn't seem terribly upset by that code, producing no warnings or errors. Original code found in Class::Methods 0.062. - R. sh-3.2# echo 'require 5.005_62;' >c bug.pl sh-3.2# perlcritic --top bug.pl Argument "5.005_620" isn't numeric in subroutine entry at /Library/Perl/5.8.8/Perl/Critic/Document.pm line 193. sh-3.2# perlcritic bug.pl bug.pl source OK
Subject: Re: [rt.cpan.org #42089] 1.094: 'require 5.005_62;' sets off warning in P/C/Document.pm line 193
Date: Thu, 01 Jan 2009 20:56:50 -0600
To: bug-Perl-Critic [...] rt.cpan.org
From: Elliot Shank <perl [...] galumph.com>
Richard Soderberg via RT wrote: Show quoted text
> Something about the minversion require in one of my modules is causing > heartburn for Perl::Critic::Document. What's curious to me is that > "5.005_62" was converted to "5.005_620" at some point. Perl 5.8.8 doesn't > seem terribly upset by that code, producing no warnings or errors. > > Original code found in Class::Methods 0.062.
Known issue and the decision has been made that we don't support development versions of perl.
Subject: Re: [rt.cpan.org #42089] 1.094: 'require 5.005_62;' sets off warning in P/C/Document.pm line 193
Date: Thu, 15 Jan 2009 21:44:41 -0600
To: bug-Perl-Critic [...] rt.cpan.org
From: Elliot Shank <perl [...] galumph.com>
Someone submitted a patch that works around a problem in List::Util. This will be in the next release.
This has been fixed and released as Perl-Critic-1.095_001 to a CPAN near you. Thanks for reporting this bug. -Jeff