Changes for version 0.64

  • The start of JavaScript support, sort of!
    • If you have an <A> tag that does an onClick that opens a window, Mech will find the URL from that and make that be the link for the tag. This is for things like Movable Type that pop little windows to rebuild indexes.
    • This is subject to change in the future. I don't know if it will, but I'm not making promises. It might be so buggy I just yank the whole thing.
  • Big jump in requirements, since we'll soon be using Gisle's new HTML::Form stuff. Also, older versions of HTML::Form don't give output I'm expecting.
  • FIXES
    • Fixed the t/mech-dump.t failure.
  • ENHANCEMENTS
    • Many new tests, based on the excellent coverage reporting created by Paul Johnson's Devel::Cover module.

Documentation

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

Modules

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