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

Re: dual-life and Test::NoWarnings

Thread Previous | Thread Next
From:
H.Merijn Brand
Date:
June 3, 2013 19:44
Subject:
Re: dual-life and Test::NoWarnings
Message ID:
20130603214402.14aae65b@pc09.procura.nl
On Mon, 3 Jun 2013 19:51:51 +0300, Alexandr Ciornii
<alexchorny@gmail.com> wrote:

> Hello
> 
> Your Makefile.PL uses TEST_REQUIRES if EU::MM version > 6.63.
> TEST_REQUIRES was added in 6.63_03, but perl 5.16.3 has EU::MM
> 6.63_02.

This bug report is from a cpan client. Are they not supposed to prefer
META.* over Makefile.PL?

> 2013/6/3 H.Merijn Brand <h.m.brand@xs4all.nl>:
> > I got this ticket on RT regarding missing Test::NoWarnings in
> > Makefile.PL for Config::Perl::V
> > https://rt.cpan.org/Ticket/Display.html?id=85811
> >
> > The CPAN version has
> >
> > https://metacpan.org/source/HMBRAND/Config-Perl-V-0.18/META.yml
> > requires:
> >   Config: 0
> >   Test::More: 0
> >   Test::NoWarnings: 0
> >   perl: '5.006'
> >
> > https://metacpan.org/source/HMBRAND/Config-Perl-V-0.18/META.json
> >    "prereqs" : {
> >       "build" : {
> >          "requires" : {
> >             "perl" : "5.006"
> >          }
> >       },
> >       "runtime" : {
> >          "recommends" : {
> >             "perl" : "5.016003"
> >          },
> >          "requires" : {
> >             "Config" : "0",
> >             "perl" : "5.006"
> >          }
> >       },
> >       "test" : {
> >          "requires" : {
> >             "Test::More" : "0",
> >             "Test::NoWarnings" : "0"
> >          }
> >       },
> >
> > and yes, Makefile.PL is requiring nothing, as I expect the other two to
> > be leading here and do not want to over-complicate requirements
> >
> > The CORE smokes show no blackened foames (and CORE is now in sync with
> > CPAN/devel as far as I am concerned)
> >
> > Where does the toolchain go wrong here?
> > Do I have to do "more" in Makefile.PL to overcome errors elsewhere?

-- 
H.Merijn Brand  http://tux.nl   Perl Monger  http://amsterdam.pm.org/
using perl5.00307 .. 5.19   porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/        http://www.test-smoke.org/
http://qa.perl.org   http://www.goldmark.org/jeff/stupid-disclaimers/

Thread Previous | Thread Next


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