Expand description
Core module resolution pipeline and result types. Deterministic and secure Perl module resolution helpers.
Combines URI and filesystem module resolution strategies. The use_lib
submodule extracts additional include paths from use lib pragmas and
FindBin patterns in Perl source text.
Re-exports§
pub use path::resolve_module_path;pub use uri::IncRoot;pub use uri::IncRootKind;pub use uri::ModuleUriResolution;pub use uri::build_effective_inc_roots;pub use uri::resolve_module_uri;pub use uri::resolve_module_uri_with_effective_inc;