perl-module-resolution-path 0.11.0

Deterministic Perl module path resolution within workspace roots
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# perl-module-resolution-path

Single-purpose workspace-aware resolver for Perl module names to filesystem paths.

## Scope

- Convert Perl module names to relative module paths
- Check each include path under a workspace root with traversal protection
- Return a deterministic fallback path under `root/lib` when no include path matches

This crate intentionally owns only filesystem path resolution; URI conversion is
handled by `perl-module-resolution-uri`.