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::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.