I've updated Test::WWW::Mechanize to add get_ok() and follow_link_ok()
methods.  If you've been writing

  $mech->get( $url );
  ok( $mech->success, 'Fetched home page' );

you can now do that as

  $mech->get_ok( $mech->success, 'Fetched home page' );

xoxo,
Andy

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to