Subject: | Change location in Perl core to ext/Module-Build |
Core is moving dual-life modules from lib/* to ext/. To move
Module::Build, any test behaviors that change if $ENV{PERL_CORE} is set
will probably need to change.
Known issues:
* MBTest overwrites PERL5LIB instead of adding to it
* all the "use lib" statements in test file headers will need to change
* may need to look at temp file location
-- David