in reply to Re: Makefile.PL ??=/put/module/here
in thread Makefile.PL ??=/put/module/here

I am trying to install Sort::Key::Multi . It seems to be found. However, it calls Sort::Key which then says Can't locate loadable object for module Sort::Key in @INC I have been trying Makfile.PL PREFIX=/MyDir and in the perl script usr lib "/MyDir" Also tried perl -I /MyDir I must be missing something here. Just forgot them, I did usr /MyDir

Replies are listed 'Best First'.
Re^3: Makefile.PL ??=/put/module/here
by Anonymous Monk on Jan 05, 2011 at 18:18 UTC
    /MyDir is absolute (on nix), but MyDir is relative path, they are not the same