removed "use Apache2 ()" -- not needed
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 12 Feb 2007 16:17:25 +0000 (16:17 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 12 Feb 2007 16:17:25 +0000 (16:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6930 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm

index 92a03d4..d131b30 100644 (file)
@@ -1,7 +1,6 @@
 package OpenILS::WWW::SuperCat;
 use strict; use warnings;
 
-use Apache2 ();
 use Apache2::Log;
 use Apache2::Const -compile => qw(OK REDIRECT DECLINED NOT_FOUND :log);
 use APR::Const    -compile => qw(:error SUCCESS);