in reply to
"use lib" and architecture-specific paths
Because its not perl, but DynaLoader/XSLoader who load such things.
Comment on
Re: "use lib" and architecture-specific paths
Replies are listed 'Best First'.
Re^2: "use lib" and architecture-specific paths
by
perrin
(Chancellor)
on Aug 09, 2007 at 12:21 UTC
They have to be in @INC for it to work. If I add them manually, the XS modules work. And lib is not adding them.
[reply]
In Section
Seekers of Perl Wisdom