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.
Perl::Critic::Policy::TestingAndDebugging::ProhibitShebangWarningsArg
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.