You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by jo...@apache.org on 2012/01/27 18:27:56 UTC

svn commit: r1236772 - /labs/cms/trunk/lib/view.pm

Author: joes
Date: Fri Jan 27 17:27:55 2012
New Revision: 1236772

URL: http://svn.apache.org/viewvc?rev=1236772&view=rev
Log:
trivial change to generate site build

Modified:
    labs/cms/trunk/lib/view.pm

Modified: labs/cms/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/labs/cms/trunk/lib/view.pm?rev=1236772&r1=1236771&r2=1236772&view=diff
==============================================================================
--- labs/cms/trunk/lib/view.pm (original)
+++ labs/cms/trunk/lib/view.pm Fri Jan 27 17:27:55 2012
@@ -1,11 +1,9 @@
 package view;
 
-#
 # BUILD CONSTRAINT:  all views must return $content, $extension.
 # additional return values (as seen below) are optional.  However,
 # careful use of symlinks and dependency management in path.pm can
 # resolve most issues with this constraint.
-#
 
 use strict;
 use warnings;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org