From: erickson Date: Tue, 18 Sep 2007 12:26:07 +0000 (+0000) Subject: removed import of bare Apache2. it serves no purpose X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8a4f906e16df018ae20799f5b79c6fbf4ac74e3f;p=Evergreen.git removed import of bare Apache2. it serves no purpose git-svn-id: svn://svn.open-ils.org/ILS/trunk@7796 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm b/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm index 9e2de50184..d70d359b31 100644 --- a/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm +++ b/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm @@ -1,7 +1,6 @@ package OpenILS::Reporter::Proxy; use strict; use warnings; -use Apache2 (); use Apache2::Log; use Apache2::Const -compile => qw(REDIRECT FORBIDDEN OK NOT_FOUND DECLINED :log); use APR::Const -compile => qw(:error SUCCESS); diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm b/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm index 9cc6abf962..c56407947d 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm @@ -4,7 +4,6 @@ use strict; use warnings; use lib qw(/usr/lib/perl5/Bundle/); use CGI; -use Apache2 (); use Apache2::Log; use Apache2::Const -compile => qw(OK REDIRECT DECLINED NOT_FOUND :log); use APR::Const -compile => qw(:error SUCCESS);