[Jifty-commit] r1012 - in jifty/trunk: lib/Jifty lib/Jifty/Web lib/Jifty/Web/Form

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat May 6 00:02:39 EDT 2006


Author: ewilhelm
Date: Sat May  6 00:02:29 2006
New Revision: 1012

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Object.pm
   jifty/trunk/lib/Jifty/Web/Form.pm
   jifty/trunk/lib/Jifty/Web/Form/Field.pm

Log:
 r960 at mjolnir:  ewilhelm | 2006-05-05 21:01:58 -0700
 lib/Jifty/Object.pm - removed incorrect '=for' directive
 lib/Jifty/Web/Form/Field.pm - removed incorrect '=for' directive
 lib/Jifty/Web/Form.pm - removed incorrect '=for' directive
 


Modified: jifty/trunk/lib/Jifty/Object.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Object.pm	(original)
+++ jifty/trunk/lib/Jifty/Object.pm	Sat May  6 00:02:29 2006
@@ -35,7 +35,7 @@
     return($self->{'_current_user'});
 }
 
-=for private _get_current_user
+=head2 PRIVATE _get_current_user
 
 Takes the ARGS paramhash passed to _init.
      Find the current user. First, try to see if it's explicit.

Modified: jifty/trunk/lib/Jifty/Web/Form.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form.pm	Sat May  6 00:02:29 2006
@@ -33,7 +33,7 @@
     return $self;
 }
 
-=for private _init
+=head2 PRIVATE _init
 
 Reinitialize this form.
 

Modified: jifty/trunk/lib/Jifty/Web/Form/Field.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Field.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Field.pm	Sat May  6 00:02:29 2006
@@ -1,4 +1,4 @@
-=for properties
+=begin properties
 
 constructor
 canonicalizer
@@ -15,6 +15,7 @@
 length
 mandatory
 
+=end properties
 
 =cut
 


More information about the Jifty-commit mailing list