in reply to Re^6: strawberry perl library path?
in thread strawberry perl library path?
From memory, there are some Makefile.PL scripts that assume Win32 == ActivePerl + Microsoft Compiler.
So they look for LIB/INCLUDE and then convert them to other things that get passed to MinGW.
That may well be resolved now though, I'll rip those environment variables out of Perl::Dist and see if it fails.