[Jifty-commit] r1602 - in jifty/branches/moose: lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 17 16:02:55 EDT 2006


Author: audreyt
Date: Mon Jul 17 16:02:54 2006
New Revision: 1602

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

Log:
 r16333 at T (orig r1598):  srl | 2006-07-17 12:48:20 -0400
 
 r16334 at T (orig r1599):  srl | 2006-07-17 12:49:44 -0400
  r6181 at lightning:  srl | 2006-07-17 12:47:49 -0400
  Add more explicit POD with an example.
 


Modified: jifty/branches/moose/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/branches/moose/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/branches/moose/lib/Jifty/Test/WWW/Mechanize.pm	Mon Jul 17 16:02:54 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