The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.