Subject: | Test fails with alpha version of Test::More |
app.t fails if Test::More is an alpha version:
not ok 7 - run() ok - regular
# Failed test 'run() ok - regular'
# at t/app.t line 55.
# STDOUT is:
# 0.95_02
#
# not:
# 0.9502
#
# as expected
$Test::More::VERSION is eval'd inside Test::More in order to ensure it
is a number for easier comparison. This is a fairly common idiom.