Subject: | test suite broken since version.pm 0.7203 or so |
Trailing zeroes in floating point numbers... this was re-designed in
version.pm 0.72xx which was released around the 18th of April.
Since then all my tests for Module::Info break and the test spits out:
t/Module-Info............# Failed test (t/Module-Info.t at line 87)
# got: '0.3'
# expected: '0.300'
# Looks like you failed 1 tests of 59.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 13
Failed 1/59 tests, 98.31% okay
You are using is() for version comparison there which is probably always
a bad idea because it is a string compare.
Cheeers,