[ANNOUNCE] Apache-Test 1.25

2005-06-17 Thread Philippe M. Chiasson
this prevents a fatal error (e.g. trying to call Apache::Test::have_module('mod_alias.c') from the Perl sections. [Stas] Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http

[ANNOUNCE] Apache-Test 1.19

2005-01-06 Thread Philippe M. Chiasson
] Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

[ANNOUNCE] Apache-Test 1.18

2004-12-23 Thread Philippe M. Chiasson
The uploaded file Apache-Test-1.18.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GO/GOZER/Apache-Test-1.18.tar.gz size: 141721 bytes md5: 22e566a51d2e2b5c6647ecd6f36a1b65 Changes since 1.17: fix a bug in A-T config generation, when a vhost entry was in autogenerated

SVN release methodology : svn copy

2004-12-11 Thread Philippe M. Chiasson
on that I am not fully aware, so if anybody can shed some light, it would be much appreciated. Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2

Re: [NOTICE] Subversion conversion

2004-11-15 Thread Philippe M. Chiasson
Stas Bekman wrote: Geoffrey Young wrote: [...] so, rock on svn. yes, yes, I'm +1. Thanks for taking care of it. Don't forget about preserving the frozen cvs though. I have lots of modified files all over. Yah, the CVS repository will remain for a long time read-only. (don't exactly know what

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-03 Thread Philippe M. Chiasson
-- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMB.pm

2004-10-05 Thread Philippe M. Chiasson
-- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5

[Patch] Caching apxs queries

2004-09-16 Thread Philippe M. Chiasson
wallclock secs (594.94 cusr + 431.33 csys = 1026.27 CPU) + After: Files=218, Tests=2512, 246 wallclock secs (196.69 cusr + 33.55 csys = 230.24 CPU) -- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID

Re: [RELEASE CANDIDATE] Apache-Test-1.13

2004-08-03 Thread Philippe M. Chiasson
to the requests_redirectable parameter to Apache::TestRequest::user_agent() to be passed to LWP::UserAgent if LWP ist installed. [David] -- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http

Re: [Patch] add TEST_EXTRA_ARGS to allow passing arguments to t/TEST thru make invocation

2004-07-28 Thread Philippe M. Chiasson
Geoffrey Young wrote: ping :) Must have fell off my radar. How is the following patch ? --Geoff Stas Bekman wrote: Geoffrey Young wrote: I'm not sure about the name choice. $(TEST_VERBOSE) and $(TEST_FILES) are the same as other Test packages use. Do they have $TEST_EXTRA_ARGS too?

[Patch] add TEST_EXTRA_ARGS to allow passing arguments to t/TEST thru make invocation

2004-06-28 Thread Philippe M. Chiasson
) \ - t/TEST -bugreport -verbose=$(TEST_VERBOSE) $(TEST_FILES) + t/TEST $(TEST_EXTRA_ARGS) -bugreport -verbose=$(TEST_VERBOSE) $(TEST_FILES) test :: pure_all run_tests test_clean -- Philippe M. Chiasson m/gozer

Re: [Patch] Better IPv6 detection and configuration

2004-03-31 Thread Philippe M. Chiasson
On Tue, 2004-03-30 at 19:40 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: On Tue, 2004-03-30 at 15:25 -0500, Geoffrey Young wrote: Something like this will most likely work for everyone (ipv4/v6) with the only difference is that the test servers are not listening to localhost

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Mon, 2004-03-29 at 16:21 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: On Mon, 2004-03-29 at 15:43 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: After a bit of poking around different flavors of IPv6 systems, I've encountered a few situations where Apache::Test ends

[Patch] Better IPv6 detection and configuration

2004-03-29 Thread Philippe M. Chiasson
@ServerName@:@Port@ +Listen @Listen_Addr@:@Port@ ServerRoot @ServerRoot@ DocumentRoot @DocumentRoot@ -- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Philippe M. Chiasson
On Mon, 2004-02-23 at 16:53 -0800, Stas Bekman wrote: We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have noticed. All tests successful : + Linux-2.6 + Linux-2.4 + OpenBSD

Re: [Patch] Handle RedHat style Include conf.d/*.conf default configuration

2003-11-25 Thread Philippe M. Chiasson
On Mon, 2003-11-24 at 16:20, Stas Bekman wrote: Philippe M. Chiasson wrote: Apache-Test currently doesn't inherit RedHat style configuration layout. Include conf.d/*.conf doesn't get expanded proprely, and most modules are not found/activated. Following patch glob()es Include

Re: resolving Apache::Test vs. Apache::test collision

2003-05-28 Thread Philippe M. Chiasson
---BeginMessage--- [ This message is resent on behalf of Philippe M. Chiasson [EMAIL PROTECTED]. -- justin ] On Tue, 2003-05-13 at 07:36, Stas Bekman wrote: Geoffrey Young wrote: I actually like Apache::TestPlan, it's most of the functionality that this module provides