Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

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

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



Subject: ProhibitCallsToUndeclaredSubs versus extra parens on import
Date: Mon, 16 Jun 2008 08:52:11 +1000
To: bug-Perl-Critic-StricterSubs [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
With perlcritic 1.084, strictersubs 0.03, and the debian packaged perl 5.10.0, the file foo.pl below run through perlcritic --single-policy=ProhibitCallsToUndeclaredSubs foo.pl gives Subroutine "min" is neither declared nor explicitly imported at line 2, column 9. This might be a major bug. (Severity: 4) which I believe shouldn't be the case.

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #36783] ProhibitCallsToUndeclaredSubs versus extra parens on import
Date: Sun, 15 Jun 2008 16:04:42 -0700
To: bug-Perl-Critic-StricterSubs [...] rt.cpan.org
From: Jeffrey Thalhammer <jeffrey_thalhammer [...] yahoo.com>
Thanks for reporting these bugs. I'll look into them after YAPC. I admit that the StricterSubs distro hasn't gotten much attention lately.
On Sun Jun 15 19:04:58 2008, jeffrey_thalhammer@yahoo.com wrote: Show quoted text
> Thanks for reporting these bugs. I'll look into them after YAPC. I > admit that the StricterSubs distro hasn't gotten much attention lately. >
Patch committed as SVN revision 3987.
This has finally been released as Perl-Critic-StricterSubs-0.04 https://metacpan.org/release/Perl-Critic-StricterSubs Thanks for your patience.