Philip M. Gollucci wrote:
Hi All,
I've yet to actually see this work without modifications.
I posted about this before, and Stas and I agreed my patch was not correct.
Moving on....
Index: lib/ModPerl/Config.pm
===================================================================
--- lib/ModPerl/Config.pm (revision 280497)
+++ lib/ModPerl/Config.pm (working copy)
@@ -18,6 +18,7 @@
use Apache2::Build ();
use Apache::TestConfig ();
+use Apache::TestConfigData ();
use File::Spec ();
use constant WIN32 => Apache2::Build::WIN32;
I'm wary -- is this going to blow away ~/.apache_test/apache_test_config.pm
or some other such.
Why?
Is Apache::TestConfigData always available ?
Yes, unless a user has manually deleted it.
Or do I need to mess with
use constant CUSTOM_CONFIG_FILE => 'Apache/TestConfigData.pm';
and its loading in A-T/lib/Apache/TestConfig.pm ?
But I don't think you should ever load it manually. It's A-T's job to do
that. Just leave it there and talk to A-T if you need to get hold of that
info.
--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://mailchannels.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]