[ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Stas Bekman
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. http://apache.org/~stas/Apache-Test-1.08-dev.tar.gz Thanks. Changes so far: Instead of hard-coding listen directive to

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: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Andrew Wyllie
On Monday, Feb 23, 2004, at 20:04 US/Eastern, Philippe M. Chiasson wrote: 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

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Christopher H. Laco
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 3.4

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Stas Bekman
Christopher H. Laco wrote: Thanks Christopher, All tests successful: + FreeBSD 4.9-STABLE However, 'make' was a little cranky about pod2man: [EMAIL PROTECTED] ~/Apache-Test-1.08-dev] $ make /usr/bin/pod2man: Unrecognized pod directive in paragraph 178 of lib/Apache/TestRequest.pm: head3 What

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread David Wheeler
On Feb 23, 2004, at 4:53 PM, 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. http://apache.org/~stas/Apache-Test-1.08-dev.tar.gz Thanks. All tests

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Christopher H. Laco
What kind of pod2man is that? what perl version? All modern perls support more than head[12]. An therein lies the fun: it's the stock 5.005_3 perl included in the base OS install. I know I should upgrade, but I just can't break the if-it-aint-broke-dont-fix-it-rule just yet. :-) -=Chris

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Stas Bekman
Christopher H. Laco wrote: What kind of pod2man is that? what perl version? All modern perls support more than head[12]. An therein lies the fun: it's the stock 5.005_3 perl included in the base OS install. I know I should upgrade, but I just can't break the if-it-aint-broke-dont-fix-it-rule

Re: skipping and installing

2004-02-24 Thread Rodent of Unusual Size
Geoffrey Young wrote: hmm, I get the following with 5.8.3 t/protocol/nntp-like...ok t/ssl/all..skipped all skipped: cannot find module 'mod_ssl', cannot find module 'LWP::Protocol::https' All tests successful, 7 tests and 14 subtests skipped. Files=42,

Re: skipping and installing

2004-02-24 Thread Geoffrey Young
t/modules/expires.t924 4.35% 13 21 33 45 14 subtests skipped. and that's it. oh, I see what you mean, you're missing the Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. line. are you using an older version of perl perhaps? yep,

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Geoffrey Young
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. http://apache.org/~stas/Apache-Test-1.08-dev.tar.gz I'm getting a strange error from 5.6.1

RE: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Thella, Rita
I ran into following error messages with perl 5.8.0 $ perl Makefile.PL -apxs /opt/hpws/apache/bin/apxs Useless use of a constant in void context at lib/Apache/TestRun.pm line 1196. Compilation failed in require at lib/Apache/TestConfig.pm line 36. BEGIN failed--compilation aborted at

someone with karma to update http://httpd.apache.org/test/?

2004-02-24 Thread Stas Bekman
http://httpd.apache.org/test/ has a dead archive link: http://www.apachelabs.org/test-dev/ Can someone with the right karma please replace it with: http://marc.theaimsgroup.com/?l=apache-test-dev Thanks. __ Stas Bekman

Re: someone with karma to update http://httpd.apache.org/test/?

2004-02-24 Thread Andr Malo
* Stas Bekman [EMAIL PROTECTED] wrote: http://httpd.apache.org/test/ has a dead archive link: http://www.apachelabs.org/test-dev/ Can someone with the right karma please replace it with: http://marc.theaimsgroup.com/?l=apache-test-dev done. nd

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

2004-02-24 Thread Geoffrey Young
sub config_defines { +my $self = shift; + my @defines = (); for my $item (qw(useithreads)) { @@ -88,7 +90,9 @@ push @defines, -DPERL_\U$item; } -push @defines, map { -D$_ } split , shift-{config}-{vars}-{defines}; +if

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread William McKee
On Mon, Feb 23, 2004 at 04:53:48PM -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. I did not see an INSTALL file so did the usual `perl

Re: someone with karma to update http://httpd.apache.org/test/?

2004-02-24 Thread Stas Bekman
André Malo wrote: * Stas Bekman [EMAIL PROTECTED] wrote: http://httpd.apache.org/test/ has a dead archive link: http://www.apachelabs.org/test-dev/ Can someone with the right karma please replace it with: http://marc.theaimsgroup.com/?l=apache-test-dev done. Thanks Andre!

Re: skipping and installing

2004-02-24 Thread Rodent of Unusual Size
Geoffrey Young wrote: t/modules/expires.t924 4.35% 13 21 33 45 14 subtests skipped. and that's it. oh, I see what you mean, you're missing the Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. line. actuall, what i'm missing (and

Re: skipping and installing

2004-02-24 Thread Geoffrey Young
in my case, it's possibly my wrapper that's gobbling the line. for pity's sake, why it that going to stderr when everything else is going to stdout? erk. now i'm seeing it, but *only* if all of the tests are successful. i need to see it regardless, and including the