Expand description
Perl module-name separator normalization and variant helpers.
This crate has a single responsibility: normalize and project Perl module
names across canonical (::) and legacy (') package separator forms.
Functionsยง
- legacy_
package_ separator - Project canonical package separator
::to legacy'. - module_
variant_ pairs - Build canonical + legacy module rename pairs.
- normalize_
package_ separator - Normalize legacy package separator
'to canonical::.