Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 77 forks source link

Revert changes to PERL_CORE and PERL_SRC handling #441

Closed haarg closed 1 year ago

haarg commented 1 year ago

The changes made to the handling of PERL_CORE do not actually work properly in perl core. Various parts of the code are expecting to have the wrong understanding of PERL_CORE, or are using PERL_SRC for strange things.

I will try to reintroduce these changes in a way that works properly, but it will require a number of other fixes and modifications.