On 13-02-24 01:02 AM, Ovid wrote:
I initially did that. Here's the bug report I received as a result:
https://rt.cpan.org/Ticket/Display.html?id=83563
perldoc ExtUtils::MakeMaker says I need:
"MIN_PERL_VERSION" => "5.010",
Hmmm... I see. This is less a Dist::Zilla problem proper, and more a
Dist::Zilla::Plugin::MakeMaker problem.
Looking at Module::Build::API, Module::Build doesn't have that
distinction between perl and other modules requirements. If you don't
have strong opinions in the great Makefile.PL/Build.PL war, you might
want to try switching to Dist::Zilla::Plugin::ModuleBuild.
If not, a kind soul might look into patching
Dist::Zilla::Plugin::MakeMaker to handle the special 'perl' requirement.
HTHawB,
`/anick