in reply to "use lib" and architecture-specific paths

Its not needed
  • 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 02:02 UTC
    If you install an XS module in a private location, it does seem to be needed. Adding "~/perl-lib/" via "use lib" didn't cause it to search ~/perl-lib/i686-linux/ automatically.
        I think that just describes how @INC is built. As far as I can tell, "use lib" only adds one literal path to @INC.