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

Re: dual-life and Test::NoWarnings

Thread Previous | Thread Next
From:
Alexandr Ciornii
Date:
June 3, 2013 16:52
Subject:
Re: dual-life and Test::NoWarnings
Message ID:
CAB9LR-Yo1oggFnZ62jhZ-USA9w3+3Ai0Ptd+ZSyVM4B30R+Stw@mail.gmail.com
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.

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.17   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/



--
Alexandr Ciornii, http://chorny.net

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