Skip to main content

Crate perl_source_file

Crate perl_source_file 

Source
Expand description

Shared Perl source-file classification helpers.

These helpers provide one canonical definition for what constitutes a Perl source file across workspace discovery and runtime file operations.

Constants§

PERL_SOURCE_EXTENSIONS
Canonical Perl source file extensions.

Functions§

is_perl_source_extension
Returns true if extension is a recognized Perl source extension.
is_perl_source_path
Returns true if path points to a recognized Perl source file.
is_perl_source_uri
Returns true if uri or path-like string points to a Perl source file.