perl-source-file 0.11.0

Shared Perl source file classification helpers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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)`