summaryrefslogtreecommitdiff
path: root/t/41_multiple_packages.t
Commit message (Collapse)AuthorAge
* Add global modifier to package name substitutionRob Halliday2016-11-03
In _packages_per_pmfile package names get normalised to the arisdottle format so a package My'Test would be normalised to My::Test. Unfortunately My'Test'Package would get normalised to My::Test'Package rather than My::Test::Package. Add the global modifier to the package name substitution fixes this.