The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perl::Critic::Policy::TestingAndDebugging::ProhibitShebangWarningsArg

DESCRIPTION

Check to see if the old style perl -w shebang line is used to switch on warnings. This should be replaced with the newer use warnings; syntax.