Subject: | Bangs::ProhibitVagueNames does not notice variable names inside strings |
Given this:
my $data = something();
print "Something: $data\n";
ProhibitVagueNames will only issue one warning, on the first occurrence.
It won't notice the second at all.
--
Randy J. Ray
rjray@blackperl.com
randy.j.ray@gmail.com