From: erickson Date: Mon, 12 Feb 2007 16:17:25 +0000 (+0000) Subject: removed "use Apache2 ()" -- not needed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=833303c56fb1b91711292a3e77564ab168ad0881;p=Evergreen.git removed "use Apache2 ()" -- not needed git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6930 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 92a03d4587..d131b30dda 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);