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

Chj::IsPerl

SYNOPSIS

    use Chj::IsPerl qw(is_perl_file);
    is is_perl_file(__FILE__), 1;

DESCRIPTION

Report whether a file is (primarily) holding Perl code.

NOTE

This is alpha software! Read the status section in the package README or on the website.