Module Building 101
Changes for WWW::Mechanize

Changes for WWW::Mechanize

   0.70    Sun Nov 30 23:45:27 CST 2003
    [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.

Module Building 101
Copyright (c) 2004 Andy Lester <andy@petdance.com>