Skip Menu |

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

Report information
The Basics
Id: 69595
Status: rejected
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::ProhibitRefProtoOrProto reports outside of constructors
ProhibitRefProtoOrProto reports even on a line like: $subname = (ref($self) || $self) . '::subname'; It seems that the "ref($self) || $self" construct should only be reported on if it is the only aspect to the statement, or maybe restrict it to constructors. -- Randy J. Ray rjray@blackperl.com randy.j.ray@gmail.com
I don't think this is something I want to address.