[Jifty-commit] r3920 - in jifty/trunk: lib/Jifty/Plugin/UUID

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Aug 20 16:55:08 EDT 2007


Author: sterling
Date: Mon Aug 20 16:55:08 2007
New Revision: 3920

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm

Log:
 r8819 at riddle:  andrew | 2007-08-20 15:38:38 -0500
 Cleaning up documentation to fix pod coverage test failures.


Modified: jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm	Mon Aug 20 16:55:08 2007
@@ -12,14 +12,18 @@
 
 =head1 METHODS
 
+=head2 accessors
+
+Overrides L<Jifty::Web::Form::Field/accessors>.
 
 =cut
 
+# TODO FIXME XXX Is this really necessary?
 sub accessors { shift->SUPER::accessors() };
 
 =head2 render_widget
 
-Renders form fields as a uuid;
+Renders form fields as a UUID.
 
 =cut
 
@@ -29,7 +33,7 @@
     my $action   = $self->action;
     my $readonly = 1;
     
-        my $name = $self->name;
+    my $name = $self->name;
     if ( $action->record->$name() ) {
         Jifty->web->out(  $action->record->$name() );
     } else { 
@@ -39,5 +43,19 @@
     '';
 }
 
+=head1 SEE ALSO
+
+L<Jifty::Plugin::UUID>, L<Jifty::Web::Form::Field>
+
+=head1 AUTHOR
+
+Jesse Vincent
+
+=head1 LICENSE
+
+Jifty is Copyright 2005-2007 Best Practical Solutions, LLC.
+Jifty is distributed under the same terms as Perl itself.
+
+=cut
 
 1;


More information about the Jifty-commit mailing list