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...