Changes for version 1.32 - 2007-10-30

  • Please note that WWW::Mechanize and Test::WWW::Mechanize are no longer using rt.cpan.org for bug tracking. They are now being tracked via Google Code at http://code.google.com/p/www-mechanize/issues/list
  • ENHANCEMENTS
    • Added dump methods to mirror mech-dump:
    • $mech->dump_images()
    • $mech->dump_links()
    • $mech->dump_forms() $ $mech->dump_all()
    • Sanity checks in the WWW::Mechanize::Image constructor. Every Image must have a "url" and "tag" field passed in to it.

Changes for version 1.31_02 - 2007-10-25

  • ENHANCEMENTS
    • Added class, class_regex, id and id_regex limiters to find_link() and find_all_links(). Thanks to Adriano Ferreira.

Changes for version 1.31_01 - 2007-09-17

  • FIXES
    • Mech tests now pass even if your DNS server gives A records for anything (like OpenDNS). Thanks, Miyagawa!
    • Searching for the <base href> is now case-inensitive. A better solution would be to actually parse the HTML.
  • ENHANCEMENTS
    • mech-dump now handles --user and --password arguments for sites that require authentication.

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
Image object for WWW::Mechanize
Link object for WWW::Mechanize