Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 57747
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.07001
Fixed in: (no value)



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.
fixed in svn (r1735). Thanks.