The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.70 - 2003-11-30

  • THINGS THAT MAY BREAK YOUR CODE
    • Redirects are now handled better by LWP, so the code that changes POSTs to GETs on redirects has been removed.
  • FIXES
    • Fixed redirect_ok(), which had its API changed out from under it in LWP 5.76.
  • ENHANCEMENTS
    • New warnings in find_link() for strings that are space padded, and for text matches that are passed a regex. Thanks to Jim Cromie.
  • DOCUMENTATION
    • Patches from Mark Stosberg and Jim Cromie.
  • INTERNALS
    • Removed all the checking for Carp. I don't know why I was thinking that Carp wasn't core. RT #4523.
    • Also, a big bump in requirements on LWP: We need 5.76.

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