pub fn resolve_module_path(
root: &Path,
module_name: &str,
include_paths: &[String],
) -> Option<PathBuf>Expand description
Resolve a Perl module name to a workspace-relative filesystem path candidate.
The search order is:
- Each
include_pathunderroot, rejecting path traversal. - Fallback to
root/lib/<module>.pm.