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

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.