in reply to Re: Setting up a module's ownership in the makefile
in thread Setting up a module's ownership in the makefile
you could tell the user to specify a PREFIX, although that doesn't always worki've read schwern's slides, but i always thought, perl Makefile.PL PREFIX=... LIB=... would work on all systems? so using
doesn't work on some systems? (i'm using that for cgipan, so it would be interesting to know where that doesn't work)perl Makefile.PL PREFIX=~/perl LIB=~/perl use lib "$ENV{HOME}/perl";
oops, s/slices/slides/, thanks Happy-the-monk =)
|
|---|