Skip to main content

Module uri

Module uri 

Source
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§

IncRootKind
Source/category of an effective include root.
ModuleUriResolution
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 @INC model.