Subject: | test fails on Perl 5.10.0 |
I am guessing Test::Needs doesn't work with this version of version, as it works after upgrading to the latest version of version:
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.45 ... Yes (1.302162)
Building and testing Test-Needs-0.002005 ... cp lib/Test/Needs.pm blib/lib/Test/Needs.pm
PERL_DL_NONLAZY=1 "/opt/perl/5.10.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic...........ok
t/find_missing....ok 1/24Can't locate object method "parse" via package "version" at (eval 13) line 1.
# Looks like your test exited with 255 just after 4.
t/find_missing....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-24
Failed 20/24 tests, 16.67% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/find_missing.t 255 65280 24 40 5-24
Failed 1/2 test scripts. 20/83 subtests failed.
Files=2, Tests=83, 23 wallclock secs ( 1.96 cusr + 3.30 csys = 5.26 CPU)
Failed 1/2 test programs. 20/83 subtests failed.
Makefile:838: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
FAIL
! Installing Test::Needs failed. See /home/cip/.cpanm/work/1554393964.3952/build.log for details. Retry with --force to force install it.
b254f311857f% perl -Mversion\ 9999
version version 9999 required--this is only version 0.74.
BEGIN failed--compilation aborted.
b254f311857f% perl -v
This is perl, v5.10.0 built for x86_64-linux
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.