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

People
Owner: thaljef [...] cpan.org
Requestors: thaljef [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.08_02
Fixed in: 0.10



Subject: ProhibitBuiltinHomonyms doesn't allow for commonly overridden subs
Some builtin functions (notably "import") are commonly overridden. The ProhibitBuiltinHomonyms policy should not complain if you declare subroutines with those names.