perl-module-path
Convert Perl module names to filesystem paths and back.
This crate is the string-to-path bridge in the module pipeline. It knows about
Foo::Bar and Foo/Bar.pm, but it does not search the filesystem or validate
workspace boundaries.
Pipeline
perl-module-namenormalizes module separators.perl-module-pathconverts canonical names to path strings and back.perl-module-resolution-pathandperl-module-resolution-uriuse those strings when they search a workspace.
Key API
normalize_package_separatormodule_name_to_pathmodule_path_to_namefile_path_to_module_name
Example
use ;
assert_eq!;
assert_eq!;