On 2014-10-13 20:51:42, UGEXE wrote:
Show quoted text> '<module> object version 0.x does not match bootstrap parameter 0.y'
>
> 23:38 < haarg> ugexe: the layout for XS files for MakeMaker vs
> ModuleBuild is
> different
There's no good way to resolve this. You should avoid using two builders when installing XS code.
Also, in general, you should take a look at Dist::Zilla::Plugin::ModuleBuildTiny::Fallback and Dist::Zilla::Plugin::MakeMaker::Fallback if you really really want to ship both a Makefile.PL and a Build.PL -- these plugins are much more up to date and resolve recent concerns arising from combining builders.