in reply to Install a CPAN module at x location
Without CPAN you make perl install a module in a certain location using the PREFIX argument to makefile.PL
perl Makefile.PL PREFIX=/home/acc/lib
So I suggest you use:
o conf makepl_arg PREFIX=/home/myaccount/test/lib
The LIB argument lets you install binary components locally as well.
cheers
tachyon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Install a CPAN module at x location
by skazat (Chaplain) on Oct 13, 2004 at 22:41 UTC | |
|
Re^2: Install a CPAN module at x location
by markjugg (Curate) on Dec 30, 2005 at 15:39 UTC | |
by adrianh (Chancellor) on Dec 31, 2005 at 15:48 UTC |