Subject: | Bundled Makefile.PL is problematic |
The bundled Makefile.PL tries to install Build.PL. This is problematic, because some of my smokers are running in a test-only mode and there must be no installs at all (all dependencies are in temporary directories which are listed in PERL5LIB).
Nowadays it's better to just stick with one of the two PL files, either Makefile.PL or Build.PL.