Subject: | HTML::FormFu objects do not compare with normal strings |
HTML::FormFu objects string comparison operators assume both sides are
objects. If an HTML::FormFu object is compared to a string it doesn't work.
Test::More 0.96 will no longer stringify its arguments before comparing,
this was considered a bug. Apologies for the inconvenience. This
reveals string overloaded objects which do not implement a comparison
operator, which is generally an oversight rather than a feature.
Test with Test::More 0.95_02 and release ASAP. Test::More 0.96 is
holding off until all affected modules are informed.