On Sat, Feb 23, 2013 at 3:57 PM, Ovid <publiustemp-moduleautho...@yahoo.com> wrote: > How do I assert the Perl version I want with Dist::Zilla? I can't find it in > http://dzil.org/tutorial/ and when I tried the MinimumPerl plugin, it said > my minimum version is 5.12 when I believe it to be 5.10.0.
perlver --blame $filename will tell you why it thinks you need 5.12, though there are only 3 possible reasons in this case: * The yada yada yada operator * package-name-version * postfix when. Last time this happened to me it was the first option. Leon