Skip Menu |

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

Report information
The Basics
Id: 20854
Status: resolved
Priority: 0/
Queue: Perl-Critic-Bangs

People
Owner: Nobody in particular
Requestors: cpan [...] clotho.com
Cc:
AdminCc:

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



Subject: Bangs::ProhibitNumberedNames should only apply to new vars
Sometimes you have to reference variables from other modules that have bad names. Bangs should only complain about newly created variables (via my, our) in your module that have bad names. To see an example of how to do that, look at P::C::P::NamingConventions::ProhibitMixedCaseVars Bangs should probably also look for badly named subroutines and packages, but that's a bit off topic...