in reply to Re^2: Closure warning with Perl 5.14?
in thread Closure warning with Perl 5.14?
I'll update my Best Practices.perlcritic detects this by default:
Perl::Critic::Policy::Variables::ProhibitConditionalDeclarationsVariable declared in conditional statement at line , column . Declare + variables outside of the condition. (Severity: 5)
|
|---|