Subject: | Warning: prerequisite Module::Metadata 1.000023 not found. We have 1.000019 |
Date: | Thu, 25 Jun 2015 16:17:47 +0000 (UTC) |
To: | "bug-Module-Metadata [...] rt.cpan.org" <bug-Module-Metadata [...] rt.cpan.org> |
From: | K Ny <keith_misc [...] yahoo.com> |
Hi,
I keep getting thismessageWarning: prerequisite Module::Metadata 1.000023 not found. We have 1.000019
in spite of installing Module::Metadata 1.000026 or 27.
I don't know how to get it to see that I have installed a newer version.
I see the error message when running perl Makefile.PL on CPAN-Meta-Check-0.012on a Solaris machine (5.10 Generic_150400-20 sun4v sparc sun4v). I'm running it on perl-5.20.2 local installation.
make test fails.PERL_DL_NONLAZY=1 /home/km9417/localperl/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.tt/10-basics.t .. Module::Metadata version 1.000023 required--this is only version 1.000019 at /home/km9417/ST/CPAN-Meta-Check-0.012/blib/lib/CPAN/Meta/Check.pm line 13.BEGIN failed--compilation aborted at /home/km9417/ST/CPAN-Meta-Check-0.012/blib/lib/CPAN/Meta/Check.pm line 13.Compilation failed in require at t/10-basics.t line 9.BEGIN failed--compilation aborted at t/10-basics.t line 9.t/10-basics.t .. Dubious, test returned 255 (wstat 65280, 0xff00)No subtests run
Test Summary Report-------------------t/10-basics.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP outputFiles=1, Tests=0, 1 wallclock secs ( 0.15 usr 0.18 sys + 0.54 cusr 0.34 csys = 1.21 CPU)Result: FAILFailed 1/1 test programs. 0/0 subtests failed.*** Error code 255make: Fatal error: Command failed for target `test_dynamic'
Any suggestions?
Thanks,Keith