Subject: | Please default to MakeMaker, not ModuleBuild |
Module::Build is no longer in perl core, and is actively discouraged by its maintainers in all cases where it is not necessary. Please would you consider defaulting to [MakeMaker] in your bundle rather than [ModuleBuild]?
Certainly in Dist::Zilla distributions, any time [ModuleBuild] is used, [MakeMaker] can be used as a drop-in replacement as equivalent code can be generated for both.
You might have a distribution where it still makes sense to use Module::Build (e.g. some Alien::* distributions, or other complicated XS stuff), but in that case you wouldn't be using [ModuleBuild] to generate Build.PL, as it requires custom content that the plugin cannot produce.