From: Aaron Patterson Date: 2006-09-07T06:00:17+09:00 Subject: [ANN] WWW::Mechanize 0.6.0 (Rufus) Hi, I would like to announce that my Mechpricot pie is done baking and is ready to eat. The main feature of this release is that Mechanize uses Hpricot as its internal HTML parser and that you can now treat a page object returned from mechanize as an Hpricot object. This makes screen scraping using mechanize much easier. You can download it through gems: gem install mechanize -y or get it here: http://rubyforge.org/projects/mechanize/ Check out the release notes and changelog for more cool stuff. --Aaron