Skip Menu |

This queue is for tickets about the Unknown-Values CPAN distribution.

Report information
The Basics
Id: 83563
Status: resolved
Priority: 0/
Queue: Unknown-Values

People
Owner: Nobody in particular
Requestors: dmcbride [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.004



Subject: Min perl version set incorrectly in Makefile.PL
When I run perl Makefile.PL, using perl 5.16.2, I get: Warning: prerequisite Perl 5.010 not found. I think this is because you're doing this in your Makefile.PL: "PREREQ_PM" => { "Perl" => "5.010" }, Whereas, from the perldoc on ExtUtils::MakeMaker, the correct entry would be: "MIN_PERL_VERSION" => "5.010", Once I make that change, for comparison, the output looks like this: $ perl5.8.8 Makefile.PL Warning: Perl version 5.010 or higher required. We run 5.008008. Warning: prerequisite Test::Most 0 not found. Writing Makefile for Unknown::Values Writing MYMETA.yml and MYMETA.json $ perl5.16.2 Makefile.PL Writing Makefile for Unknown::Values Writing MYMETA.yml and MYMETA.json This is an issue in that it's interfering with automated build tools. Thanks.
Thanks for the bug report. This should be fixed in version 0.005. Cheers, Ovid