//! 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.
pub use resolve_module_path;
pub use ;