X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FWWW%2FMechanize%2FCatalyst.pm;h=9f6f1f855826ede181dc1729882247afe6aefca5;hb=f319e68f279e94587cbd6760dffd208f79567e81;hp=358f33f7bfbe48f09ac8e445883de3a7c769ce75;hpb=97ae89ab316de422a55b3b3252ab4dbabfcdbdcd;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/lib/Test/WWW/Mechanize/Catalyst.pm b/lib/Test/WWW/Mechanize/Catalyst.pm index 358f33f..9f6f1f8 100644 --- a/lib/Test/WWW/Mechanize/Catalyst.pm +++ b/lib/Test/WWW/Mechanize/Catalyst.pm @@ -12,7 +12,7 @@ extends 'Test::WWW::Mechanize', 'Moose::Object'; #use namespace::clean -execept => 'meta'; -our $VERSION = '0.50'; +our $VERSION = '0.51'; our $APP_CLASS; my $Test = Test::Builder->new(); @@ -494,7 +494,7 @@ I<%parms> is a hashref containing the params to pass to C. Note that the params to C are a hash whereas the parms to this function are a hashref. You have to call this function like: - $agent->follow_like_ok( {n=>3}, "looking for 3rd link" ); + $agent->follow_link_ok( {n=>3}, "looking for 3rd link" ); As with other test functions, C<$comment> is optional. If it is supplied then it will display when running the test harness in verbose mode.