[open-ils-commits] r7971 - trunk/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 2 09:56:59 EDT 2007


Author: dbs
Date: 2007-11-02 09:41:59 -0400 (Fri, 02 Nov 2007)
New Revision: 7971

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Redirect.pm
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm
Log:
Remove "use Apache2 ();" stmts - these do nothing but compilcate PERL5LIB requirements.


Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm	2007-11-02 13:25:45 UTC (rev 7970)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm	2007-11-02 13:41:59 UTC (rev 7971)
@@ -1,7 +1,6 @@
 package OpenILS::WWW::Method;
 use strict; use warnings;
 
-use Apache2 ();
 use Apache2::Log;
 use Apache2::Const -compile => qw(OK REDIRECT :log);
 use APR::Const    -compile => qw(:error SUCCESS);

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm	2007-11-02 13:25:45 UTC (rev 7970)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm	2007-11-02 13:41:59 UTC (rev 7971)
@@ -1,7 +1,6 @@
 package OpenILS::WWW::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/Redirect.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Redirect.pm	2007-11-02 13:25:45 UTC (rev 7970)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Redirect.pm	2007-11-02 13:41:59 UTC (rev 7971)
@@ -2,7 +2,6 @@
 use strict; use warnings;
 use Socket;
 
-use Apache2 ();
 use Apache2::Log;
 use Apache2::Const -compile => qw(OK REDIRECT :log);
 use APR::Const    -compile => qw(:error SUCCESS);

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm	2007-11-02 13:25:45 UTC (rev 7970)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Reporter.pm	2007-11-02 13:41:59 UTC (rev 7971)
@@ -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);

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm	2007-11-02 13:25:45 UTC (rev 7970)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm	2007-11-02 13:41:59 UTC (rev 7971)
@@ -1,7 +1,6 @@
 package OpenILS::WWW::Web;
 use strict; use warnings;
 
-use Apache2 ();
 use Apache2::Log;
 use Apache2::Const -compile => qw(OK REDIRECT :log);
 use APR::Const    -compile => qw(:error SUCCESS);

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm	2007-11-02 13:25:45 UTC (rev 7970)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm	2007-11-02 13:41:59 UTC (rev 7971)
@@ -2,7 +2,6 @@
 use strict; use warnings;
 
 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