in reply to Re: CPAN: quick help with user-space install needed
in thread CPAN: quick help with user-space install needed

As I see it "local::lib" is what you use when you run a script relying on modules in another location.

My problem arises while *installing* a module in a path differing from the standard locations. (The error here is that CPAN is trying to write a part of the module's files into the standard path, a path I have no rights to write to...)
  • Comment on Re^2: CPAN: quick help with user-space install needed

Replies are listed 'Best First'.
Re^3: CPAN: quick help with user-space install needed
by moritz (Cardinal) on Oct 11, 2010 at 12:03 UTC
    local::lib does influence the installing process of modules (hey, even the synopsis shows its usage together with CPAN.pm!). And as I said before, it worked for me (both for the installing and using modules).
      You are right with local::lib + CPAN - sorry for that!

      But: I was close with my "configure cpan with PREFIXes" approach, but as it turned out, getting local::lib to run is a different beast - at least for me - I wasn't able to do it after 20mins...

      Anyone advice to my original question? (..while I continue trying to get local::lib to install locally..)