From 3d3343770a52c00382e8db052e6d2cf5c7ec55cf Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 21 Nov 2007 16:41:22 +0000 Subject: [PATCH] backporting removal of "use Apache()" git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8109 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm | 1 - 1 file changed, 1 deletion(-) 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); -- 2.11.0