Re: using TestRunPerl without mod_perl.c

2003-10-02 Thread Stas Bekman
Geoffrey Young wrote: why would you use TestRunPerl to test against not-modperl enabled Apache? If by accident I think it is better to discover that and die before even starting to run tests. in a third-party (CPAN) module, you don't have much control. say I want to test my module against mod_p

Re: using TestRunPerl without mod_perl.c

2003-10-02 Thread Geoffrey Young
why would you use TestRunPerl to test against not-modperl enabled Apache? If by accident I think it is better to discover that and die before even starting to run tests. in a third-party (CPAN) module, you don't have much control. say I want to test my module against mod_perl. I need to use Tes

Re: using TestRunPerl without mod_perl.c

2003-10-02 Thread Stas Bekman
Geoffrey Young wrote: hi all... I just discovered that if you use TestRunPerl to configure a third-party module, and the installer points -apxs to an apache without mod_perl, the test suite blows up due to mod_perl specific configuration directives in httpd.conf. why would you use TestRunPerl to

using TestRunPerl without mod_perl.c

2003-10-02 Thread Geoffrey Young
hi all... I just discovered that if you use TestRunPerl to configure a third-party module, and the installer points -apxs to an apache without mod_perl, the test suite blows up due to mod_perl specific configuration directives in httpd.conf. the end result is that, within the tests, have_module

Re: LIST

2003-10-02 Thread Cliff Woolley
On Thu, 2 Oct 2003, Jeffrey P. Toth wrote: > Can someone tell me how to unsubscibe from this list. I have sent emails > to all addresses and they are just returned. Thank you. If you'd look in the headers of any message delivered to this list, you'd see: -

LIST

2003-10-02 Thread Jeffrey P. Toth
Can someone tell me how to unsubscibe from this list. I have sent emails to all addresses and they are just returned. Thank you. -- from the desk of: Jeffrey P. Toth Email: Click Here Build a Contraption that even a Fool can use, ... And Only a Fool Will use it - Unknown <>

[STATUS] (perl-framework) Wed Oct 1 23:47:21 EDT 2003

2003-10-02 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS: -*-text-*- Last modified at [$Date: 2002/03/09 05:22:48 $] Stuff to do: * finish the t/TEST exit code issue (ORed with 0x2C if framework failed) * change existing tests that frob the DocumentRoot (e.g., t/modules/

[STATUS] (flood) Wed Oct 1 23:47:18 EDT 2003

2003-10-02 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, 2

TestRequest POD Headers

2003-10-02 Thread David Wheeler
Hi All, IIRC, Stas said that he'd prefer that the POD tags for functions use =head3 instead of =item so that they'd show up in the TOC at the top of the HTML POD. This patch makes it so for Apache::TestRequest. Regards, David -- David Wheeler AIM: dwTheory [EM

TestRequest Doc Patch

2003-10-02 Thread David Wheeler
Hi All, It appears that I made a mistake in the documentation of the POST function in Apache::TestRequest. POST parameters, it turns out, need to be passed in an array reference following the $uri request. The enclosed patch remedies this situation. Apologies for the inaccuracy. Regards, David