[open-ils-commits] r7796 - in trunk/Open-ILS/src/perlmods/OpenILS:
Reporter WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 18 08:34:47 EDT 2007
Author: erickson
Date: 2007-09-18 08:26:07 -0400 (Tue, 18 Sep 2007)
New Revision: 7796
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm
trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
Log:
removed import of bare Apache2. it serves no purpose
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm 2007-09-16 17:46:02 UTC (rev 7795)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm 2007-09-18 12:26:07 UTC (rev 7796)
@@ -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);
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm 2007-09-16 17:46:02 UTC (rev 7795)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm 2007-09-18 12:26:07 UTC (rev 7796)
@@ -4,7 +4,6 @@
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);
More information about the open-ils-commits
mailing list