Re: Test failure with Apache::Test 1.03, Apache/2.0.40 and perl-5.8.1-to-be

2003-07-16 Thread Randy Kobes
On Tue, 15 Jul 2003, Stas Bekman wrote: Randy Kobes wrote: [ .. ] If the above is on the right track, one possibility is to do the following (in cases where possible LoadModule directives are needed by Apache-Test): - die if an httpd.conf isn't found in a directory conf/ in an expected

Re: Test failure with Apache::Test 1.03, Apache/2.0.40 and perl-5.8.1-to-be

2003-07-16 Thread slaven
Randy Kobes [EMAIL PROTECTED] wrote: On Tue, 15 Jul 2003, Stas Bekman wrote: Randy Kobes wrote: [ .. ] If the above is on the right track, one possibility is to do the following (in cases where possible LoadModule directives are needed by Apache-Test): - die if an httpd.conf

Re: Makefile.PL Questions

2003-07-16 Thread David Wheeler
On Tuesday, July 15, 2003, at 01:15 PM, Stas Bekman wrote: Wholy OS X, why would it fail if it resides in a diffent namespace :( can you try nuking this code: SV * DeadCode() CODE: RETVAL = DeadCode(aTHX); OUTPUT: RETVAL from Peek.xs.mp1.perl5.8 and then rerun 'perl Makefile.PL'. Better.

Re: Apache::TestRequest Doc Patch

2003-07-16 Thread David Wheeler
On Tuesday, July 15, 2003, at 01:18 PM, Stas Bekman wrote: It's trivial. If your webserver supports only the following methods: GET and HEAD, OPTIONS, but not POST. the request OPTIONS will return a response with a header Allow: OPTIONS GET HEAD Oh, I get it. See the enclosed patch, then. I

[RFC] Apache::Build

2003-07-16 Thread James G Smith
I've been moving several of my Perl modules from MakeMaker to Module::Build. I'm not seeing support for Module::Build in the Apache::Test suite, so I thought I'd take a stab at subclassing Module::Build to provide support for it. I couldn't access the searchable archives for this list (get sent

Re: [RFC] Apache::Build

2003-07-16 Thread James G Smith
James G Smith [EMAIL PROTECTED] wrote: I've been moving several of my Perl modules from MakeMaker to Module::Build. I'm not seeing support for Module::Build in the Apache::Test suite, so I thought I'd take a stab at subclassing Module::Build to provide support for it. So I don't appear too