Author: joes
Date: Fri Apr 15 20:00:02 2005
New Revision: 161539
URL: http://svn.apache.org/viewcvs?view=rev&rev=161539
Log:
Remove all occurrences of Apache2.
Submitted by: Philip Gollucci
Reviewed by: joes
Modified:
httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Cookie.pod
httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Error.pod
httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Request.pod
httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Table.pod
httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Upload.pod
httpd/apreq/branches/multi-env-unstable/glue/perl/xsbuilder/APR/Request/CGI/CGI.pm
Modified: httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Cookie.pod
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Cookie.pod?view=diff&r1=161538&r2=161539
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Cookie.pod (original)
+++ httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Cookie.pod Fri Apr
15 20:00:02 2005
@@ -3,7 +3,6 @@
Apache::Cookie, Apache::Cookie::Jar - HTTP Cookies Class
=for testing
- use Apache2;
use Apache::Cookie;
use APR::Pool;
# use $r instead of $p here, so doc examples reflect mp2 env, not CGI/test
env
Modified: httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Error.pod
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Error.pod?view=diff&r1=161538&r2=161539
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Error.pod (original)
+++ httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Error.pod Fri Apr 15
20:00:02 2005
@@ -3,7 +3,6 @@
Apache::*::Error - Exception classes for Apache::Request, Apache::Upload,
Apache::Cookie::Jar and Apache::Cookie
=for testing
- use Apache2;
use Apache::Upload;
use Apache::Cookie;
use APR::Error;
Modified: httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Request.pod
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Request.pod?view=diff&r1=161538&r2=161539
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Request.pod
(original)
+++ httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Request.pod Fri Apr
15 20:00:02 2005
@@ -4,7 +4,6 @@
=for testing
- use Apache2;
use Apache::Request;
use Apache::Upload;
use APR::Pool;
Modified: httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Table.pod
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Table.pod?view=diff&r1=161538&r2=161539
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Table.pod (original)
+++ httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Table.pod Fri Apr 15
20:00:02 2005
@@ -3,7 +3,6 @@
Apache::*::Table - Table classes for Apache::Request, Apache::Upload, and
Apache::Cookie.
=for testing
- use Apache2;
use Apache::Upload;
use Apache::Cookie;
use APR::Pool;
Modified: httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Upload.pod
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Upload.pod?view=diff&r1=161538&r2=161539
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Upload.pod (original)
+++ httpd/apreq/branches/multi-env-unstable/glue/perl/docs/Upload.pod Fri Apr
15 20:00:02 2005
@@ -3,7 +3,6 @@
Apache::Upload - Methods for dealing with file uploads.
=for testing
- use Apache2;
use APR::Pool;
use Apache::Upload;
$r = APR::Pool->new;
Modified:
httpd/apreq/branches/multi-env-unstable/glue/perl/xsbuilder/APR/Request/CGI/CGI.pm
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/glue/perl/xsbuilder/APR/Request/CGI/CGI.pm?view=diff&r1=161538&r2=161539
==============================================================================
---
httpd/apreq/branches/multi-env-unstable/glue/perl/xsbuilder/APR/Request/CGI/CGI.pm
(original)
+++
httpd/apreq/branches/multi-env-unstable/glue/perl/xsbuilder/APR/Request/CGI/CGI.pm
Fri Apr 15 20:00:02 2005
@@ -1,5 +1,4 @@
require APR::Request;
-use Apache2;
use APR::Pool;
push @ISA, "APR::Request";