Subject: | Fails with Test::More > 0.94 |
As per subject.
Apparently there are other reasons for FAILs involved but the most
important one seems to me is that all recent versions of Test::More
cause the t/062xtmserialize.t test to fail. I recall that this is due to
a bugfix in Test::More how to deal with overloading. The error message
consecutively looks a bit strange:
# Failed test 'instances btop'
# at t/062xtmserialize.t line 91.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument has no overloaded magic,
# right argument in overloaded package XML::LibXML::NodeList at
(eval in cmp_ok) t/062xtmserialize.t line 91.
#
# ------------------------------------
# got: '#ctop#dtop'
# expected: '#ctop#dtop'
# Looks like you failed 1 test of 24.
Most likely is that some involved module does not declare a fallback for
overloading but I have not checked.
HTH, Regards,