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:44:05 UTC

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

Author: joes
Date: Sat Mar 10 22:44:05 2012
New Revision: 1299292

URL: http://svn.apache.org/viewvc?rev=1299292&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=1299292&r1=1299291&r2=1299292&view=diff
==============================================================================
--- bval/cms-site/trunk/lib/view.pm (original)
+++ bval/cms-site/trunk/lib/view.pm Sat Mar 10 22:44:05 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;