Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: rjray [...] blackperl.com
Cc:
AdminCc:

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



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