You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/20 02:59:50 UTC

svn commit: r1579504 - /thrift/cms-site/trunk/lib/view.pm

Author: joes
Date: Thu Mar 20 01:59:50 2014
New Revision: 1579504

URL: http://svn.apache.org/r1579504
Log:
almost there

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

Modified: thrift/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/view.pm?rev=1579504&r1=1579503&r2=1579504&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Thu Mar 20 01:59:50 2014
@@ -2,7 +2,7 @@ package view;
 # see https://svn.apache.org/repos/infra/websites/cms/build/lib/ASF/View.pm
 use base 'ASF::View';
 use ASF::Util qw/read_text_file/;
-use ASF::Value::Snippet;
+use ASF::Value::Snippet ();
 use strict;
 use warnings;