in reply to Adding Modules to Non-Standard Locations in Solaris 8
"How do I manually install a module in a private/non-standard director +y? You need to set PREFIX and LIB when you run the Makefile.PL. LIB is wh +ere the module files will go and PREFIX is the stub directory for eve +rything else. For example: foo@barbell$ perl Makefile.PL LIB=/home/foobar/mylib PREFIX=/home/fo +obar/mylib Read more about this in the ExtUtils::MakeMaker documentation.
~monk d4vis
#!/usr/bin/fnord
|
---|