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 C:/Development/Perl/584/site/lib .) at Makefile.PL line 16.

even though AxKit is installed, and used just fine within the tests... :-(

Heavy sigh. There is something very wrong about eval 'use AxKit' in this situation; seemingly having to do with Dynaloader/XS.

IF I use something innocuous like Apache::AxKit::Exception; something that doesn't "use AxKit", everything is just dandy.

My brain hurts.
-=Chris

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to