[open-ils-commits] r7797 - in
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS: Reporter WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 18 08:35:27 EDT 2007
Author: erickson
Date: 2007-09-18 08:26:47 -0400 (Tue, 18 Sep 2007)
New Revision: 7797
Modified:
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
Log:
removed import of bare Apache2. it serves no purpose
Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm 2007-09-18 12:26:07 UTC (rev 7796)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm 2007-09-18 12:26:47 UTC (rev 7797)
@@ -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: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm 2007-09-18 12:26:07 UTC (rev 7796)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm 2007-09-18 12:26:47 UTC (rev 7797)
@@ -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