[Jifty-commit] r3584 - in jifty/trunk/lib/Jifty: View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jun 29 19:25:19 EDT 2007


Author: nelhage
Date: Fri Jun 29 19:25:18 2007
New Revision: 3584

Modified:
   jifty/trunk/lib/Jifty/Plugin/SkeletonApp/View.pm
   jifty/trunk/lib/Jifty/View/Declare/CRUD.pm

Log:
word-wrapping some POD

Modified: jifty/trunk/lib/Jifty/Plugin/SkeletonApp/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/SkeletonApp/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/SkeletonApp/View.pm	Fri Jun 29 19:25:18 2007
@@ -15,7 +15,9 @@
 =head1 DESCRIPTION
 
 This somewhat-finished (But not quite) template library implements
-Jifty's "pony" Application. It could certainly use some refactoring. (And some of the menu stuff should get factored out into a dispatcher or the other plugins that implement it.
+Jifty's "pony" Application. It could certainly use some
+refactoring. (And some of the menu stuff should get factored out into
+a dispatcher or the other plugins that implement it.
 
 
 =cut

Modified: jifty/trunk/lib/Jifty/View/Declare/CRUD.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	Fri Jun 29 19:25:18 2007
@@ -11,7 +11,9 @@
 
 =head1 DESCRIPTION
 
-This class provides a set of views that may be used by a model to display Create/Read/Update/Delete views using the L<Template::Declare> templating langauge.
+This class provides a set of views that may be used by a model to
+display Create/Read/Update/Delete views using the L<Template::Declare>
+templating langauge.
 
 =head1 METHODS
 


More information about the Jifty-commit mailing list