Expand description
Deterministic Perl module URI resolution helpers.
Extracts the URI-first, timeout-bounded resolution policy.
Structs§
- IncRoot
- A single ordered include root entry used to resolve modules.
Enums§
- IncRoot
Kind - Source/category of an effective include root.
- Module
UriResolution - Outcome of a module name to URI resolution attempt.
Functions§
- build_
effective_ inc_ roots - Build ordered effective include roots from lexical, configured, environment, and interpreter startup sources.
- resolve_
module_ uri - Resolve a module name to a
file://URI using deterministic precedence. - resolve_
module_ uri_ with_ effective_ inc - Resolve a module name to a
file://URI using an ordered effective@INCmodel.