[open-ils-commits] r8109 -
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 21 11:59:04 EST 2007
Author: erickson
Date: 2007-11-21 11:41:22 -0500 (Wed, 21 Nov 2007)
New Revision: 8109
Modified:
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm
Log:
backporting removal of "use Apache()"
Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm 2007-11-21 16:07:29 UTC (rev 8108)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm 2007-11-21 16:41:22 UTC (rev 8109)
@@ -3,7 +3,6 @@
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);
More information about the open-ils-commits
mailing list