[FIXES]
- set_visible() doesn't stop setting values when it finds a zero.
[ENHANCEMENTS]
WWW::Mechanize::Link has a new, easier to remember constructor
interface. The old one is still supported. Support for including
an 'alt' attribute was added, which is useful for links.
(RT #3317). Thanks to Mark Stosberg.When links are extracted from tags, the ALT attribute will
be captured and become part of the WWW::Mechanize::Link object.
(RT #3317). Patch by Mark Stosberg.
[INTERNALS]
t/mech-dump.t is now more portable (RT #7690)
t/local/follow.t has new tests to confirm that 'follow*' functions
work with characters like o-umlaut, even when the o-umlaut is
encoded in the HTML, but not in the call to follow(). (RT #2416)
By Mark Stosberg.