Re: Apache-Test and Cwd

2004-01-23 Thread Geoffrey Young
I'll wait for a blessing from Geoff and then try to fix the mp2 and httpd-test/perl-framework tests first. If successful, then it'll be in the next release. yes, lots of breakage there. I think what I'd like to see is an easier way to get the ServerRoot (and DocumentRoot?) than

Re: Apache-Test and Cwd

2004-01-23 Thread David Wheeler
On Jan 23, 2004, at 8:27 AM, Geoffrey Young wrote: it's not that I don't agree this ought to be fixed, or that with the patch we have desirable behavior, it's just that I want it to be easy and the current ServerRoot placement isn't really easy or intuitive. maybe Apache::Test could export a

CPAN.pm + Apache::Test

2004-01-23 Thread Perrin Harkins
I'm sure this has been discussed before, but is there any way of doing something to make Apache::Test not crash and burn when I try to install it from the CPAN shell? At the moment I can't install it through the shell, which also breaks libapreq, Bricolage, etc. I had to force the install. I'd

Re: CPAN.pm + Apache::Test

2004-01-23 Thread Stas Bekman
Perrin Harkins wrote: I'm sure this has been discussed before, but is there any way of doing something to make Apache::Test not crash and burn when I try to install it from the CPAN shell? At the moment I can't install it through the shell, which also breaks libapreq, Bricolage, etc. I had to

Re: Apache-Test and Cwd

2004-01-23 Thread David Wheeler
On Jan 23, 2004, at 12:21 PM, Stas Bekman wrote: If you really want to, we could install Apache::Test::AUTOLOAD which will map $AUTOLOAD to Apache::Test::config()-{vars}-{$AUTOLOAD}, so you could say: Apache::Test::serverroot Or, I imagine, Apache::Test-serverroot That's kind of cool. David

Re: Apache-Test and Cwd

2004-01-23 Thread Stas Bekman
David Wheeler wrote: On Jan 23, 2004, at 12:21 PM, Stas Bekman wrote: If you really want to, we could install Apache::Test::AUTOLOAD which will map $AUTOLOAD to Apache::Test::config()-{vars}-{$AUTOLOAD}, so you could say: Apache::Test::serverroot Or, I imagine, Apache::Test-serverroot Yes,

Re: CPAN.pm + Apache::Test

2004-01-23 Thread Stas Bekman
Stas Bekman wrote: Perrin Harkins wrote: I'm sure this has been discussed before, but is there any way of doing something to make Apache::Test not crash and burn when I try to install it from the CPAN shell? At the moment I can't install it through the shell, which also breaks libapreq,