Changes for version 1.05_02 - 2004-10-02

  • ENHANCEMENTS
    • Added the $mech->save_content( $filename ) function, so you can dump stuff to files easily.

Changes for version 1.05_01 - 2004-09-30

  • 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 <area> links. (RT #3317). Thanks to Mark Stosberg.
    • When links are extracted from <area> 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.

Documentation

Dumps information about a web page
Recipes for using WWW::Mechanize
Sample programs that use WWW::Mechanize
Frequently Asked Questions about WWW::Mechanize

Modules

Handy web browsing in a Perl object
Link object for WWW::Mechanize