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.netThread Previous | Thread Next