Subject: | Tests fail with Test-Simple-0.95_02 |
If Test-Simple-0.95_02 is installed, then the test suite fails like
logged below. This is possible caused by changes as described in
http://aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3857791
Regards,
Slaven
# Failed test ' ... included in text'
# at t/12_style.t line 45.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package POE::XUL::Style,
# right argument has no overloaded magic at (eval in cmp_ok)
t/12_style.t line 45.
#
# ------------------------------------
# got: '/* comment */
# foo: biffle;
# border: 1px solid blue;
# margin-top: 5px;
# /* poor whitespacing, but still legal */
# -moz-border-radius :5px ;
# width: 100;
# '
# expected: '/* comment */
# foo: biffle;
# border: 1px solid blue;
# margin-top: 5px;
# /* poor whitespacing, but still legal */
# -moz-border-radius :5px ;
# width: 100;
# '