removed import of bare Apache2. it serves no purpose
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 18 Sep 2007 12:26:47 +0000 (12:26 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 18 Sep 2007 12:26:47 +0000 (12:26 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7797 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm
Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm

index 9e2de50..d70d359 100644 (file)
@@ -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);
index b7b94f1..ad37987 100644 (file)
@@ -4,7 +4,6 @@ use strict; use warnings;
 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);