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

NAME

Perl::Critic::Policy::TestingAndDebugging::RequirePortableShebang

DESCRIPTION

Make sure the perl shebang line isn't platform-specific i.e. uses something like #!/usr/bin/perl instead of the cross-platform #! perl.