On Nov 9, 2004, at 11:08 AM, Alex Robinson wrote:

It looks like my CamelBones-installed perl is preventing /Library/Perl/5.8.1/darwin-thread-multi-2level/Foundation.pm from being seen (I guess that's what Mac-Growl is looking for)

How can I go about getting around this problem?

Add /Library/Perl/5.8.1/darwin(etc...)/ to @INC. There are many ways of altering @INC: -M, "use lib", PERL5LIB, push() in a BEGIN block, etc. Use whatever one suits your situation best.


That won't *always* work, but it should work in this case, as the Perl you're using is the same major version (5.8.x) and architecture (darwin-thread-multi-2level) as the one for which the module was compiled.

sherm--



Reply via email to