Subject: | Tests 91 and 224 fail when using a version of Test::More that ends in _0X |
After upgrading Test::More in the core, tests for version began to fail.
The tests failing at 91 and 224. The output looks like the following...
not ok 91 - Replacement eval works with single digit # TODO Test fails
with Test::More versions ending in _01
# Failed (TODO) test 'Replacement eval works with single digit'
# at ../lib/version.t line 327.
# 'Test::More version 0.650 (v0.650.0) required--this
is only version 0.640200 (v0.640.200) at (eval 32) line 2.
# BEGIN failed--compilation aborted at (eval 32) line 2.
# '
# matches '(?-xism:Test::More version 0.650)'
I'm assuming the problem is just with the test case and not with
version, so I'm TODO-ing the test for now. I'll try to take a look at
the test more later, but if you have any quick ideas for fixing it, I'd
sure appreciate it.