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/Thread Next