[Jifty-commit] r1196 - in jifty/trunk: lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 7 21:16:51 EDT 2006


Author: alexmv
Date: Wed Jun  7 21:16:50 2006
New Revision: 1196

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm

Log:
 r13661 at zoq-fot-pik:  chmrr | 2006-06-07 21:16:03 -0400
  * Now, with docs


Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Wed Jun  7 21:16:50 2006
@@ -160,6 +160,17 @@
     return $input->value;
 }
 
+=head2 send_action CLASS ARGUMENT => VALUE, [ ... ]
+
+Sends a request to the server via the webservices API, and returns the
+L<Jifty::Result> of the action.  C<CLASS> specifies the class of the
+action, and all parameters thereafter supply argument keys and values.
+
+The URI of the page is unchanged after this; this is accomplished by
+use of the "back button" after making the webservice request.
+
+=cut
+
 sub send_action {
     my $self = shift;
     my $class = shift;


More information about the Jifty-commit mailing list