[Catalyst-commits] r10587 - Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize

jester at dev.catalyst.perl.org jester at dev.catalyst.perl.org
Thu Jun 18 22:05:25 GMT 2009


Author: jester
Date: 2009-06-18 22:05:24 +0000 (Thu, 18 Jun 2009)
New Revision: 10587

Modified:
   Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm
Log:
insidious typo

Modified: Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm
===================================================================
--- Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm	2009-06-18 21:38:40 UTC (rev 10586)
+++ Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm	2009-06-18 22:05:24 UTC (rev 10587)
@@ -494,7 +494,7 @@
 Note that the params to C<follow_link()> 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.




More information about the Catalyst-commits mailing list