develooper Front page | perl.perl5.porters | Postings from June 2013

Re: dual-life and Test::NoWarnings

Thread Previous
From:
David Golden
Date:
June 5, 2013 15:15
Subject:
Re: dual-life and Test::NoWarnings
Message ID:
CAOeq1c9TfFGLO3mQKJDeZQxrFG6adVAfU1Z+_QLYQ2JSD=g0Og@mail.gmail.com
On Wed, Jun 5, 2013 at 8:55 AM, H.Merijn Brand <h.m.brand@xs4all.nl> wrote:
> my $section = $eummv > 6.63 ? "TEST_REQUIRES" : "PREREQ_PM";

TEST_REQUIRES was added in 6.63_03, and Perl v5.16.3 shipped with
6.63_02, so you're passing TEST_REQUIRES on an EUMM that doesn't
support it -- thus the prereq gets lost.

You should probably be checking for ">= 6.64".

David

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About