Massive WWW::Mechanize updates

petdance on 2003-06-23T19:51:42

I've put out four releases of WWW::Mechanize in as many days. I'm working on a for-paper writing project that uses Mechanize heavily and so I've been more immersed than usual. Here are the highlights:

  • Now correctly remembers URIs when there's a redirection.

  • Added find_all_links() method to return all links on a page that match a given criteria.

  • Added tick() and untick() methods, courtesy of Mark Fowler, for handling checkboxes on forms.

  • Only updates the uri() method if the request actually succeeded.

  • And we're now CVSing on Sourceforge, although the releases are still only going to the CPAN.