Subject: | Test::Warn's tests fail with Test::More 0.61 |
The diagnostic output of Test::Builder has changed a bit in 0.61 (and the 0.60_0x alphas) and now Test::Warn's tests fail.
# Failed test 'no warning, but expected one (with a testname)'
# in t/warnings_are.t at line 76.
# STDERR is:
# # Failed test 'no warning, but expected one'
# # in t/warnings_are.t at line 75.
# # didn't found a warning
# # expected to find warning: a warning
#
# not:
# # Failed test (t/warnings_are.t at line 75)
# # didn't found a warning
# # expected to find warning: a warning
and so on.