Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Christopher H. Laco
Geoffrey Young wrote: if (eval { require 'AxKit' }) { Apache::TestRunPerl->new->run(@ARGV, '-defines', 'AXKIT'); } else { Apache::TestRunPerl->new->run(@ARGV); } HTH --Geoff OK, I found something strange that I so don't understand at all. Can someone clue me in? I tweaked the ex

Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Christopher H. Laco
Christopher H. Laco wrote: What confuses me is this. If I change eval 'use AxKit' to your example of eval {require 'AxKit'}; ... all is well. That's a partial lie... eval {require 'AxKit'}; yields: Can't locate AxKit in @INC (@INC contains: C:/Development/Perl/584/lib C:/Development/Perl/584/si

Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Christopher H. Laco
Christopher H. Laco wrote: Christopher H. Laco wrote: What confuses me is this. If I change eval 'use AxKit' to your example of eval {require 'AxKit'}; ... all is well. That's a partial lie... eval {require 'AxKit'}; yields: Can't locate AxKit in @INC (@INC contains: C:/Development/Perl/584/lib

Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Stas Bekman
Christopher H. Laco wrote: [...] perl Makefile.PL chokes with: C:\Development\CPAN\Handel>perl Makefile.PL [ info] generating script t/TEST "C:\Development\CPAN\Handel" is not exported by the lib module Can't continue after import errors at C:/Development/Perl/584/site/lib/Apache/TestConfig.pm l

Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Christopher H. Laco
Stas Bekman wrote: Christopher H. Laco wrote: [...] perl Makefile.PL chokes with: C:\Development\CPAN\Handel>perl Makefile.PL [ info] generating script t/TEST "C:\Development\CPAN\Handel" is not exported by the lib module Can't continue after import errors at C:/Development/Perl/584/site/lib/Apa

Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Stas Bekman
Christopher H. Laco wrote: [...] Dare I ask what the issue was? "Read the changelog" is an acceptable answer too. :-) http://svn.apache.org/viewcvs.cgi?rev=153572&view=rev -- __ Stas BekmanJAm_pH --> Just Another mod_p

Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Christopher H. Laco
Stas Bekman wrote: try the latest svn / snapshot, it is fixed there. Is there a workaround without requiring A-T 1.21 or loading an ancillary module in the AxKit package like Apache::AxKit::Exception instead of AxKit? Thanks, -=Chris smime.p7s Description: S/MIME Cryptographic Signature

Re: Dynamic extra.conf.in: Best approach?

2005-02-22 Thread Stas Bekman
Christopher H. Laco wrote: Stas Bekman wrote: try the latest svn / snapshot, it is fixed there. Is there a workaround without requiring A-T 1.21 or loading an ancillary module in the AxKit package like Apache::AxKit::Exception instead of AxKit? Just apply the diff as you can see at the URL I've po