Subject: | Needs to set INSTALLDIRS=perl |
Installing Scalar-List-Utils from CPAN on Perl 5.7.3 or up will result
in the newly installed version being shadowed by the core version
because, unfortunately, the core libraries come before the site
libraries in @INC by default.
To avoid this Scalar-List-Utils should set INSTALLDIRS=perl when Perl >=
5.7.3, the first time it was shipped with Perl.
Unfortunately I don't know how to do this via Module::Install.