You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by jo...@apache.org on 2012/03/10 23:45:11 UTC

svn commit: r1299293 - /bval/cms-site/trunk/lib/view.pm

Author: joes
Date: Sat Mar 10 22:45:10 2012
New Revision: 1299293

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

Modified:
    bval/cms-site/trunk/lib/view.pm

Modified: bval/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/bval/cms-site/trunk/lib/view.pm?rev=1299293&r1=1299292&r2=1299293&view=diff
==============================================================================
--- bval/cms-site/trunk/lib/view.pm (original)
+++ bval/cms-site/trunk/lib/view.pm Sat Mar 10 22:45:10 2012
@@ -1,9 +1,11 @@
 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;