[STATUS] (flood) Wed Apr 14 23:46:38 EDT 2004

2004-04-15 Thread Rodent of Unusual Size
flood STATUS: -*-text-*- Last modified at [$Date: 2003/07/01 20:55:12 $] Release: 1.0: Released July 23, 2002 milestone-03: Tagged January 16, 2002 ASF-transfer: Released July 17, 2001 milestone-02: Tagged August 13,

Re: httpd test (perl-framework)

2004-04-15 Thread Stas Bekman
Abhishek Khandelwal wrote: I am getting the following error when I run the perl-test framework. I get this error when I run the test twice, one after another. Abhishek, why did you CC the Test::Harness bug list? it's totally unrelated. Please post bug reports to that list only when you see a bug

Re: httpd test (perl-framework)

2004-04-15 Thread Stas Bekman
[dropping the irrelevant CC address] Abhishek Khandelwal wrote: I am getting the following error when I run the perl-test framework. I get this error when I run the test twice, one after another. The first time, it goes thru properly and prints the summary of the results. But When I run for the

Re: httpd test (perl-framework)

2004-04-15 Thread Abhishek Khandelwal
I dont see any difference in two files. I runt the test twice to do a test coverage analysis. At first, I install and test apache without test coverage and then I again install and test with test-coverage enabled. Second time, I get this error. Moreover, this is just not doing with

[RELEASE CANDIDATE] Apache-Test-1.10

2004-04-15 Thread Stas Bekman
Unless someone reports problems, I'm going to release a new version of Apache-Test tomorrow. Please test this release candidate: http://perl.apache.org/~stas/Apache-Test-1.10-dev.tar.gz Thanks. Changes: add :withtestmore import tag to Apache::Test, which will export all standard Apache::Test

Re: [RELEASE CANDIDATE] Apache-Test-1.10

2004-04-15 Thread David Wheeler
On Apr 15, 2004, at 12:26 PM, Stas Bekman wrote: Unless someone reports problems, I'm going to release a new version of Apache-Test tomorrow. Please test this release candidate: http://perl.apache.org/~stas/Apache-Test-1.10-dev.tar.gz All tests pass for me, and my module that uses it still

Re: httpd test (perl-framework)

2004-04-15 Thread Stas Bekman
Abhishek Khandelwal wrote: On Thu, 2004-04-15 at 12:19, Stas Bekman wrote: Abhishek Khandelwal wrote: I dont see any difference in two files. I runt the test twice to do a test coverage analysis. At first, I install and test apache without test coverage and then I again install and test with

Re: [PATCH] flood and content-type setting

2004-04-15 Thread Philippe Marzouk
On Thu, Apr 15, 2004 at 12:22:03PM +0200, Jacek Prucia wrote: Philippe, Would you have something against a little simplification? Your example payload has many parts, where I think two parts would be sufficient. I would like to replace your payload with something like this: Fine with me

qw() and embedded spaces in filname paths

2004-04-15 Thread Rodent of Unusual Size
okey, bug found. noticed on windows because spaces in filenames are more common there, but it happens anywhere. here's the deal. this command: perl Makefile.PL -httpd C:/A B/apache.exe -apxs C:/A B/apxs results in the following being put into t/TEST %Apache::testConfig::Argv = qw(httpd C:\A

Re: httpd test (perl-framework)

2004-04-15 Thread Abhishek Khandelwal
On Thu, 2004-04-15 at 12:48, Stas Bekman wrote: Abhishek Khandelwal wrote: On Thu, 2004-04-15 at 12:19, Stas Bekman wrote: Abhishek Khandelwal wrote: I dont see any difference in two files. I runt the test twice to do a test coverage analysis. At first, I install and test apache