This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get EUMM basic.t passing again on Win32.
authorCraig A. Berry <craigberry@mac.com>
Thu, 2 Jun 2016 12:18:20 +0000 (07:18 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 2 Jun 2016 12:56:15 +0000 (07:56 -0500)
commit3ecb55dd84519230479575c3898a0895dd4ba286
tree69c5c03097a3a28e7514c36747cf4d54f4af612c
parentad1bab996deb0d22bb36939fb1f256d22ccd68cb
Get EUMM basic.t passing again on Win32.

There are dueling uses of PERL_CORE.  On Windows, the FIXIN macro
assumes it can run pl2bat.bat from the installed Perl if PERL_CORE
is not set, so deleting PERL_CORE from the environment as this
test was doing makes you get the wrong one (or none at all).

But if PERL_CORE is set, the metafile target is not generated in
the Makefile, so you can't test that or things that depend on it
(e.g. disttest).  So at least for now, get basic.t passing by
skipping those tests.
Porting/Maintainers.pl
cpan/ExtUtils-MakeMaker/t/basic.t
t/porting/customized.dat