Michael G Schwern wrote in perl.makemaker : > Because MakeMaker acts a little differently now when building core modules as > opposed to CPAN modules, the big change necessary for dropping MakeMaker > 6.12 into 5.6.2 would be to run your Makefile.PLs with PERL_CORE=1. > That requires altering ext/util/make_ext, configure.com, NetWare/Makefile, > os2/Makefile.SHs and win32/buildext.pl so that when they run a Makefile.PL > they remember to pass in PERL_CORE=1.
Ah ! everything begins to make sense. Thanks ! I'll try this. Tomorrow.
