cvs commit: modperl-2.0/t/hooks trans.t

2002-04-05 Thread dougm
dougm 02/04/05 23:00:36 Modified:t/apache constants.t t/aprconstants.t t/hooks trans.t Log: .t files which use {Apache,APR}::Const outside of httpd, need to "use Apache2 ()" Revision ChangesPath 1.4 +1 -0 modperl-2.0/t/apac

cvs commit: modperl-2.0 Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 22:42:53 Modified:.Makefile.PL Log: dont delete the MANIFEST during "make clean" Revision ChangesPath 1.64 +0 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2002-04-05 Thread dougm
dougm 02/04/05 22:41:54 Modified:.Makefile.PL lib/ModPerl MM.pm Log: not everything in MakeMaker uses INST_LIB so we have do fixup a few PMs to make sure *everything* gets installed into Apache2/ Revision ChangesPath 1.63 +0 -9 modp

cvs commit: modperl-2.0/lib/ModPerl Manifest.pm

2002-04-05 Thread dougm
dougm 02/04/05 21:30:41 Modified:lib/ModPerl Manifest.pm Log: dont include eliza protocol test since it doesnt work at the moment Revision ChangesPath 1.2 +1 -1 modperl-2.0/lib/ModPerl/Manifest.pm Index: Manifest.pm ===

cvs commit: modperl-2.0/xs/ModPerl Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 20:42:00 Modified:ModPerl-Registry Makefile.PL xs Makefile.PL xs/APR Makefile.PL xs/APR/APR Makefile.PL xs/Apache Makefile.PL xs/ModPerl Makefile.PL Log: use ModPerl::MM::WriteMakefil

cvs commit: modperl-2.0 README

2002-04-05 Thread dougm
dougm 02/04/05 20:37:34 Modified:.README Log: add a note about dso/static Revision ChangesPath 1.2 +3 -0 modperl-2.0/README Index: README === RCS file: /home/cvs/modperl-2.0/REA

cvs commit: modperl-2.0 Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 20:13:56 Modified:.Makefile.PL Log: add cvs_tag target Revision ChangesPath 1.62 +5 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs/modperl-2

cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pm

2002-04-05 Thread dougm
dougm 02/04/05 20:09:36 Modified:t/response/TestDirective perlmodule.pm Log: need Apache2 here too Revision ChangesPath 1.3 +2 -0 modperl-2.0/t/response/TestDirective/perlmodule.pm Index: perlmodule.pm =

cvs commit: modperl-2.0 .cvsignore Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 20:01:56 Modified:..cvsignore Makefile.PL Log: generate MANIFEST during "make dist" Revision ChangesPath 1.6 +1 -0 modperl-2.0/.cvsignore Index: .cvsignore === RC

cvs commit: modperl-2.0/lib/ModPerl Manifest.pm

2002-04-05 Thread dougm
dougm 02/04/05 19:54:32 Added: lib/ModPerl Manifest.pm Log: module to generate MANIFEST Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/Manifest.pm Index: Manifest.pm === packa

cvs commit: modperl-2.0/examples/lib/Apache HelloWorld.pm

2002-04-05 Thread dougm
dougm 02/04/05 19:18:22 Modified:examples/lib/Apache HelloWorld.pm Log: update example Revision ChangesPath 1.3 +2 -1 modperl-2.0/examples/lib/Apache/HelloWorld.pm Index: HelloWorld.pm ==

cvs commit: modperl-2.0 README

2002-04-05 Thread dougm
dougm 02/04/05 18:59:27 Added: .README Log: add a brief README Revision ChangesPath 1.1 modperl-2.0/README Index: README === This is mod_perl version 2.0 Apache ver

cvs commit: modperl-2.0 INSTALL

2002-04-05 Thread dougm
dougm 02/04/05 18:51:47 Modified:.INSTALL Log: add simple install note Revision ChangesPath 1.3 +5 -1 modperl-2.0/INSTALL Index: INSTALL === RCS file: /home/cvs/modperl-2.0/INST

cvs commit: modperl-2.0 00README_FIRST

2002-04-05 Thread dougm
dougm 02/04/05 18:48:07 Removed: .00README_FIRST Log: removing obsolete file

cvs commit: modperl-2.0/lib/Apache Build.pm

2002-04-05 Thread dougm
dougm 02/04/05 18:25:10 Modified:lib/Apache Build.pm Log: dont delete Apache2.pm anymore Revision ChangesPath 1.76 +0 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /ho

cvs commit: modperl-2.0 Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 18:12:14 Modified:.Makefile.PL Log: attempt to detect existing mod_perl/1.xx installation. if found die unless MP_INST_APACHE2=1 was specified. Revision ChangesPath 1.60 +34 -2 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm

2002-04-05 Thread dougm
dougm 02/04/05 17:42:53 Modified:lib .cvsignore lib/ModPerl Code.pm t/conf modperl_extra.pl t/response/TestDirective perlrequire.pm Added: lib Apache2.pm Log: no longer generate Apache2.pm add an Apache2.pm that

cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2002-04-05 Thread dougm
dougm 02/04/05 17:23:17 Modified:src/modules/perl mod_perl.c Log: use AP_FTYPE_RESOURCE rather than AP_FTYPE_CONTENT_SET Revision ChangesPath 1.111 +2 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c =

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_filter.c modperl_filter.h

2002-04-05 Thread dougm
dougm 02/04/05 17:19:15 Modified:src/modules/perl mod_perl.c modperl_filter.c modperl_filter.h Log: get t/filter/input_msg.t working again Revision ChangesPath 1.110 +10 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/t/protocol/TestProtocol echo_filter.pm

2002-04-05 Thread dougm
dougm 02/04/05 17:11:04 Modified:t/protocol/TestProtocol echo_filter.pm Log: adjust to apr brigade api changes Revision ChangesPath 1.5 +2 -2 modperl-2.0/t/protocol/TestProtocol/echo_filter.pm Index: echo_filter.pm

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-04-05 Thread dougm
dougm 02/04/05 16:40:00 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.24 +2 -1 modperl-2.0/xs/tables/cu

cvs commit: modperl-2.0/ModPerl-Registry/t basic.t

2002-04-05 Thread stas
stas02/04/05 10:44:39 Modified:ModPerl-Registry/t basic.t Log: - s/http_raw_get/GET_BODY/, the former doesn't exist anymore Revision ChangesPath 1.4 +5 -6 modperl-2.0/ModPerl-Registry/t/basic.t Index: basic.t