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