Subject: | Makefile.PL should not install Module::Build |
Installing Module::Build from within a Makefile.PL is problematic in some situations (e.g. in a test-only or test-then-install setup). Best is to drop the Makefile.PL completely --- automatic installers like CPAN.pm do the right thing if only Build.PL is present and Module::Build is not yet installed.