svn commit: r169255 - /perl/modperl/trunk/META.yml

2005-05-09 Thread gozer
Author: gozer Date: Mon May 9 01:39:05 2005 New Revision: 169255 URL: http://svn.apache.org/viewcvs?rev=169255&view=rev Log: These package names are picked up by CPAN, but they are bogus packages and shouldn't be indexed. Modified: perl/modperl/trunk/META.yml Modified: perl/modperl/trunk/M

svn commit: r169312 - /perl/modperl/trunk/META.yml

2005-05-09 Thread gozer
Author: gozer Date: Mon May 9 06:38:32 2005 New Revision: 169312 URL: http://svn.apache.org/viewcvs?rev=169312&view=rev Log: These 2 should have been in Apache-Test/META.yml Modified: perl/modperl/trunk/META.yml Modified: perl/modperl/trunk/META.yml URL: http://svn.apache.org/viewcvs/perl/

svn commit: r169353 - in /perl/modperl/trunk: Changes lib/ModPerl/BuildOptions.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 13:31:14 2005 New Revision: 169353 URL: http://svn.apache.org/viewcvs?rev=169353&view=rev Log: Show MP_APU_CONFIG as an argument to Makefile.PL in the Usage menu. Contributed by: Nick *** <[EMAIL PROTECTED]> Modified: perl/modperl/trunk/Changes perl/modperl/t

svn commit: r169354 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 13:37:33 2005 New Revision: 169354 URL: http://svn.apache.org/viewcvs?rev=169354&view=rev Log: When compiling a static mod_perl and MP_AP_CONFIGURE="--with-apr=/some/path" argument is given, Apache will use the apr-config at the given path, but mod_perl was using the

svn commit: r169355 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 13:38:47 2005 New Revision: 169355 URL: http://svn.apache.org/viewcvs?rev=169355&view=rev Log: Fix a warning triggered by `ln` on Cygwin, when running perl Makefile.PL for a second time without previously running make clean. Contributed by: Nick *** <[EMAIL PROTECTED]

svn commit: r169356 - /perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 13:49:40 2005 New Revision: 169356 URL: http://svn.apache.org/viewcvs?rev=169356&view=rev Log: tidy up Modified: perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Modified: perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm URL: h

svn commit: r169370 - in /perl/modperl/trunk: Changes Makefile.PL

2005-05-09 Thread stas
Author: stas Date: Mon May 9 15:33:23 2005 New Revision: 169370 URL: http://svn.apache.org/viewcvs?rev=169370&view=rev Log: more corrections of the diagnostics of the pre RC5 install: - get the reported conflicting directory right Modified: perl/modperl/trunk/Changes perl/modperl/trunk/M

svn commit: r169381 - /perl/modperl/trunk/t/filter/TestFilter/both_str_native_remove.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 16:37:43 2005 New Revision: 169381 URL: http://svn.apache.org/viewcvs?rev=169381&view=rev Log: missing module Modified: perl/modperl/trunk/t/filter/TestFilter/both_str_native_remove.pm Modified: perl/modperl/trunk/t/filter/TestFilter/both_str_native_remove.pm UR

svn commit: r169382 - /perl/modperl/trunk/t/filter/TestFilter/out_str_ctx.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 16:45:51 2005 New Revision: 169382 URL: http://svn.apache.org/viewcvs?rev=169382&view=rev Log: cleanup Modified: perl/modperl/trunk/t/filter/TestFilter/out_str_ctx.pm Modified: perl/modperl/trunk/t/filter/TestFilter/out_str_ctx.pm URL: http://svn.apache.org/vie

svn commit: r169383 - in /perl/modperl/trunk/t: filter/TestFilter/both_str_req_mix.pm filter/TestFilter/in_bbs_underrun.pm filter/TestFilter/in_str_consume.pm lib/TestCommon/FilterDebug.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 16:46:22 2005 New Revision: 169383 URL: http://svn.apache.org/viewcvs?rev=169383&view=rev Log: fix the package name in TestCommon/FilterDebug.pm and its usages Modified: perl/modperl/trunk/t/filter/TestFilter/both_str_req_mix.pm perl/modperl/trunk/t/filter/Te

svn commit: r169395 - in /perl/modperl/trunk/t/filter: TestFilter/out_str_buffer.pm out_str_buffer.t

2005-05-09 Thread stas
Author: stas Date: Mon May 9 19:08:49 2005 New Revision: 169395 URL: http://svn.apache.org/viewcvs?rev=169395&view=rev Log: add a test which demonstrates the buffering of data, modifying its length and setting the correct C-L header before sending it out Added: perl/modperl/trunk/t/filter/T

svn commit: r169396 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_filter.c src/modules/perl/modperl_filter.h xs/tables/current/ModPerl/FunctionTable.pm

2005-05-09 Thread stas
Author: stas Date: Mon May 9 19:32:55 2005 New Revision: 169396 URL: http://svn.apache.org/viewcvs?rev=169396&view=rev Log: fix modperl_brigade_dump to use apr_file_printf() instead of fprintf(), which doesn't work everywhere Modified: perl/modperl/trunk/Changes perl/modperl/trunk/src/mo