Subject: | Dual builders in dist.ini |
This distribution uses both the [MakeMaker] and [ModuleBuild] plugins using [DualBuilders], however this plugin is deprecated and a better way to accomplish this is by using [ModuleBuild] with [MakeMaker::Fallback] (no extra plugin needed -- https://metacpan.org/pod/Dist::Zilla::Plugin::DualBuilders#DESCRIPTION ). Even better, since the build files are generic and fully automatically generated, there's no need to use Module::Build at all, just [MakeMaker] alone would be fine for any version of perl. (See http://www.dagolden.com/index.php/2140/paying-respect-to-modulebuild/ )