http://qs1969.pair.com?node_id=936559


in reply to Perl::Critic policy for common Log::Log4perl mistake

The OP here is not asking that Perl::Critic evaluate @super_long_array, but rather whether the call to $logger is appropriately wrapped by the conditional.

if( $lal && $lol ) { $life++; }
if( $insurance->rationing() ) { $people->die(); }
  • Comment on Re: Perl::Critic policy for common Log::Log4perl mistake