You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by cc...@apache.org on 2013/08/21 07:17:26 UTC

svn commit: r1516090 - /lucene.net/site/trunk/lib/view.pm

Author: ccurrens
Date: Wed Aug 21 05:17:25 2013
New Revision: 1516090

URL: http://svn.apache.org/r1516090
Log:
I don't think we need Switch.pm anymore

Modified:
    lucene.net/site/trunk/lib/view.pm

Modified: lucene.net/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/lucene.net/site/trunk/lib/view.pm?rev=1516090&r1=1516089&r2=1516090&view=diff
==============================================================================
--- lucene.net/site/trunk/lib/view.pm (original)
+++ lucene.net/site/trunk/lib/view.pm Wed Aug 21 05:17:25 2013
@@ -32,7 +32,6 @@ management in path.pm.
 use strict;
 use warnings;
 use Carp;
-use Switch;
 use Dotiac::DTL qw/Template/;
 use Dotiac::DTL::Addon::markup;
 use ASF::Util qw( read_text_file );