Subject: | version has wrong number of digits |
Trying to install Moose using cpanm and local::lib. I got quite a ways
into the Moose install and then hit this first error. On Ubuntu 10.10
with perl 5.10.1. I would be happy to rerun any tests you need (I can
wipe out the local::lib and start again).
$ perl -v
This is perl, v5.10.1 (*) built for i686-linux-gnu-thread-multi
(with 40 registered patches, see perl -V for more detail)
from cpanm's build.log:
...
--> Working on Parse::CPAN::Meta
Fetching
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4404.tar.gz
-> OK
Unpacking Parse-CPAN-Meta-1.4404.tar.gz
Entering Parse-CPAN-Meta-1.4404
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.55_02)
Configuring Parse-CPAN-Meta-1.4404
Running Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Parse::CPAN::Meta
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.55_02)
Checking if you have Test::More 0.47 ... Yes (0.98)
Checking if you have JSON::PP 2.27200 ... Yes (2.27200)
Checking if you have File::Spec 0.80 ... Yes (3.31)
Checking if you have CPAN::Meta::YAML 0.008 ... Yes (0.008)
Building and testing Parse-CPAN-Meta-1.4404
cp lib/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm
Manifying blib/man3/Parse::CPAN::Meta.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_compile.t .... ok
# Failed test 'load_yaml_string using PERL_YAML_BACKEND'
# at t/02_api.t line 89.
# Structures begin differing at:
# $got->{version} = '0.10101'
# $expected->{version} = '0.101010'
# Looks like you failed 1 test of 32.
t/02_api.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/32 subtests
(less 2 skipped subtests: 29 okay)
t/03_functions.t .. ok
t/04_export.t ..... ok
t/05_errors.t ..... ok
Test Summary Report
-------------------
t/02_api.t (Wstat: 256 Tests: 32 Failed: 1)
Failed test: 13
Non-zero exit status: 1
Files=5, Tests=42, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.15 cusr
0.02 csys = 0.23 CPU)
Result: FAIL
Failed 1/5 test programs. 1/42 subtests failed.
make: *** [test_dynamic] Error 255
-> FAIL Installing Parse::CPAN::Meta failed. See
/home/jrw/.cpanm/build.log for details.