From: erickson Date: Wed, 21 Nov 2007 16:41:22 +0000 (+0000) Subject: backporting removal of "use Apache()" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d3343770a52c00382e8db052e6d2cf5c7ec55cf;p=Evergreen.git backporting removal of "use Apache()" git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8109 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm index 0f29bf4170..573bcd499a 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm @@ -3,7 +3,6 @@ use strict; use warnings; use vars qw/$dtype_xform_map $dtype_xform/; -use Apache2 (); use Apache2::Log; use Apache2::Const -compile => qw(OK REDIRECT DECLINED :log); use APR::Const -compile => qw(:error SUCCESS);