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

t/lib/MakeMaker/Test/NoXS.pm does not compile on windows #365

Closed toddr closed 4 years ago

toddr commented 4 years ago

As a result of the combination of 81d3c0c41d8005ee5ece0c01e0202c14f31c7605 and 67a6b5820e2f434db5ae52e3b06c0b522d454de3, this file no longer compiles on windows. I'll submit a PR with a fix in a few minutes.

C:\perl\cpan\ExtUtils-MakeMaker\t>perl -Ilib -MMakeMaker::Test::NoXS -e1
Can't use string ("Win32::GetCwd") as a symbol ref while "strict refs" in use at lib/MakeMaker/Test/NoXS.pm line 17.
Compilation failed in require.
BEGIN failed--compilation aborted.