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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 17 12:49:45 EDT 2006


Author: srl
Date: Mon Jul 17 12:49:44 2006
New Revision: 1599

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

Log:
 r6181 at lightning:  srl | 2006-07-17 12:47:49 -0400
 Add more explicit POD with an example.


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	Mon Jul 17 12:49:44 2006
@@ -41,6 +41,12 @@
 Finds the moniker of the first action of type I<ACTION> whose
 "constructor" field I<FIELD1> is I<VALUE1>, and so on.
 
+   my $mon =$mech->moniker_for('BTDT::Action::UpdateTask');
+
+If there is only one action of type ACTION, be sure not to pass
+any more arguments to this method, or the method will return undef.
+
+
 =cut
 
 sub moniker_for {


More information about the Jifty-commit mailing list