From: erickson Date: Mon, 12 Feb 2007 16:17:52 +0000 (+0000) Subject: removed "use Apache2 ()" -- not needed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0d5de020b137b7066c0fba8a8085bee09019ef07;p=Evergreen.git removed "use Apache2 ()" -- not needed git-svn-id: svn://svn.open-ils.org/ILS/trunk@6931 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index cf7d7cb418..117ec9dc0d 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -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);