The subject really says it all. The httpd.conf generated by Apache::Test is broken because it has the Include extra.conf before the PerlRequire modperl_startup.pl (which loads modperl_inc.pl).
This means that the currently installed module gets loaded (although for some reason the right .pm file gets loaded). This breaks AxKit's use of Apache::Test, because AxKit has XS code, so the XS code contains an older version when it is installed than the .pm file in the local directory. Simple fix is to make sure the Include comes last. I've hacked around this now with a "fixup" routine which re-writes httpd.conf, because I spent over an hour trying to dig around the Apache::Test sources to see if I could locate where all this happens, but it's all a bit complex in there (sorry!). -- <!-- Matt --> <:->get a SMart net</:-> Spam trap - do not mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
