# perl-source-file
Shared Perl source-file classification helpers.
## Scope
- Determine whether an extension is a recognized Perl source extension
- Determine whether a filesystem path points to a Perl source file
- Determine whether a URI/path string points to a Perl source file
## API
- `is_perl_source_extension(extension)`
- `is_perl_source_path(path)`
- `is_perl_source_uri(uri)`