You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ad...@apache.org on 2013/12/08 16:24:23 UTC

svn commit: r1549040 - /steve/site/trunk/lib/view.pm

Author: adc
Date: Sun Dec  8 15:24:22 2013
New Revision: 1549040

URL: http://svn.apache.org/r1549040
Log:
Bad perl use statement

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

Modified: steve/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/steve/site/trunk/lib/view.pm?rev=1549040&r1=1549039&r2=1549040&view=diff
==============================================================================
--- steve/site/trunk/lib/view.pm (original)
+++ steve/site/trunk/lib/view.pm Sun Dec  8 15:24:22 2013
@@ -34,7 +34,6 @@ use warnings;
 use Carp;
 use Dotiac::DTL;
 use ASF::Util qw( read_text_file );
-use OpenEJBSiteDotiacFilter;
 use Data::Dumper;
 use LWP::Simple;