You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jo...@apache.org on 2012/07/18 20:57:39 UTC

svn commit: r1363044 - /vcl/site/trunk/lib/view.pm

Author: joes
Date: Wed Jul 18 18:57:39 2012
New Revision: 1363044

URL: http://svn.apache.org/viewvc?rev=1363044&view=rev
Log:
simplify to trigger site build

Modified:
    vcl/site/trunk/lib/view.pm

Modified: vcl/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/vcl/site/trunk/lib/view.pm?rev=1363044&r1=1363043&r2=1363044&view=diff
==============================================================================
--- vcl/site/trunk/lib/view.pm (original)
+++ vcl/site/trunk/lib/view.pm Wed Jul 18 18:57:39 2012
@@ -1,5 +1,5 @@
 package view;
-use 'ASF::View';
+use base 'ASF::View';
 1;
 
 =head1 LICENSE