joes 2003/01/05 05:25:54
Modified: . Changes MANIFEST
lib/Apache libapreq.pm
Log:
Rebuild MANIFEST; add to libapreq.pm.
Revision Changes Path
1.43 +1 -1 httpd-apreq/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-apreq/Changes,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Changes 5 Jan 2003 13:06:51 -0000 1.42
+++ Changes 5 Jan 2003 13:25:54 -0000 1.43
@@ -2,7 +2,7 @@
=over 4
-=item 1.05 - January 5, 2002
+=item 1.05 - January 5, 2003
Include patch and supporting documentation for OS X [David Wheeler].
Temporarily revert test suite to Apache::test. [Joe Schaefer]
1.10 +55 -36 httpd-apreq/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /home/cvs/httpd-apreq/MANIFEST,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- MANIFEST 8 Dec 2002 05:25:50 -0000 1.9
+++ MANIFEST 5 Jan 2003 13:25:54 -0000 1.10
@@ -1,54 +1,73 @@
-Makefile.in
-acinclude.m4
-aclocal.m4
-config.guess
-config.sub
-configure
-configure.in
-install-sh
-ltmain.sh
-mkinstalldirs
-Makefile.am
-libapreq.pod
+BUILD.sh
CREDITS
-README
+Changes
+Cookie/Cookie.pm
+Cookie/Cookie.xs
+Cookie/Makefile.PL
INSTALL
+INSTALL.MacOSX
LICENSE
-ToDo
-typemap
-Changes
MANIFEST
Makefile.PL
-lib/Apache/libapreq.pm
+Makefile.am
+Makefile.in
+README
+Request/Makefile.PL
Request/Request.pm
Request/Request.xs
-Request/Makefile.PL
-Cookie/Cookie.pm
-Cookie/Cookie.xs
-Cookie/Makefile.PL
-c/Makefile.noperl
+ToDo
+acinclude.m4
+aclocal.m4
+autom4te-2.53.cache/output.0
+autom4te-2.53.cache/requests
+autom4te-2.53.cache/traces.0
c/Makefile.PL
-c/apache_request.h
-c/apache_request.c
-c/apache_cookie.h
-c/apache_cookie.c
-c/apache_multipart_buffer.h
-c/apache_multipart_buffer.c
c/Makefile.am
c/Makefile.in
+c/Makefile.noperl
+c/apache_cookie.c
+c/apache_cookie.h
+c/apache_multipart_buffer.c
+c/apache_multipart_buffer.h
+c/apache_request.c
+c/apache_request.h
+config.guess
+config.sub
+configure
+configure.in
+depcomp
+eg/c/testapreq/Makefile.apxs
+eg/c/testapreq/Makefile.tmpl
eg/c/testapreq/mod_testapreq.c
eg/c/testapreq/mod_testapreq.module
-eg/c/testapreq/Makefile.tmpl
-eg/c/testapreq/Makefile.apxs
eg/perl/cookie.pl
eg/perl/file_upload.pl
+install-sh
+lib/Apache/libapreq.pm
+libapreq.pod
+ltmain.sh
+missing
+mkinstalldirs
+patch
+patches/README
+patches/apache-1.3+apreq.patch
t/TEST.PL
-t/response/TestApReq/big_input.pm
-t/response/TestApReq/cookie.pm
-t/response/TestApReq/request.pm
+t/TEST.win32
+t/api.pl
t/apreq/big_input.t
-t/apreq/request.t
t/apreq/cookie.t
-t/TEST.win32
+t/apreq/request.t
+t/book.gif
+t/cookie.t
+t/httpd.conf
t/httpd.conf.win32
-
+t/inherit.t
+t/request-cookie.pl
+t/request-inherit.pl
+t/request-param.pl
+t/request-upload.pl
+t/request.t
+t/response/TestApReq/big_input.pm
+t/response/TestApReq/cookie.pm
+t/response/TestApReq/request.pm
+typemap
1.2 +1 -0 httpd-apreq/lib/Apache/libapreq.pm
Index: libapreq.pm
===================================================================
RCS file: /home/cvs/httpd-apreq/lib/Apache/libapreq.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libapreq.pm 27 Jan 1999 01:33:20 -0000 1.1
+++ libapreq.pm 5 Jan 2003 13:25:54 -0000 1.2
@@ -1,4 +1,5 @@
package Apache::libapreq;
+$VERSION = '1.1';
use strict;
use Config;