Subject: | Makefile.PL needs UNINST=1 on old perls |
Because ExtUtils::MakeMaker bundles version and might install it into the core library path, any subsequent installs before v5.10 will be shadowed by the stale version that EU::MM installed. (in v5.10, you have version installing into the core path as well)
Other distributions bundled with EU::MM are changing Makefile.PL like this commit shows:
https://github.com/dagolden/JSON-PP/commit/432d597b66a582c99ee27ead47c69e522a4638f5
Please either add code like this or else change INSTALLDIRS to always be 'perl' prior to v5.12.
Thanks,
David