Expand description
Canonical Perl module name representation and parsing. Perl module-name separator normalization and variant helpers.
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::.