Expand description
Perl module name/path conversion helpers.
This crate provides a small, focused API for converting between canonical
Perl module names (for example, Foo::Bar) and module file paths
(for example, Foo/Bar.pm).
Functionsยง
- file_
path_ to_ module_ name - Convert a filesystem source path into a likely module name.
- module_
name_ to_ path - Convert a module name into a relative Perl module path.
- module_
path_ to_ name - Convert a module path/key into a module name.
- normalize_
package_ separator - Normalize legacy package separator
'to canonical::.