Subject: | New test added in 0.006 fails with Test-Simple 0.98_05 |
$ make test RELEASE_TESTING=1
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ............ ok
# Failed test 'Conflicts give the right errors'
# at t/10-basics.t line 56.
# Compared $data->{"Test\:\:More"}
# got : undef
# expect : 'Installed version (0.9805) of Test::More is in range '== 0.9805''
# Looks like you failed 1 test of 7.
t/10-basics.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
t/release-pod-coverage.t .. ok
t/release-pod-syntax.t .... ok
Test Summary Report
-------------------
t/10-basics.t (Wstat: 256 Tests: 7 Failed: 1)
Failed test: 7
Non-zero exit status: 1
Files=4, Tests=10, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.32 cusr 0.03 csys = 0.39 CPU)
Result: FAIL
Failed 1/4 test programs. 1/10 subtests failed.
This appears to be due to Test::More::VERSION having an underscore in it initially. Hacking Test::More to get rid of the underscore prior to it being "eval"ed results in the test suite passing. Not sure if this is an issue with CPAN-Meta-Check or elsewhere.