Next | Why PREFIX will never work (and what will) | 5 |
This is the usual way to do it.
perl Makefile.PL PREFIX=~ make make test make install
Your module will be installed in your home directory
Then all you have to do is let Perl know where the module is
Set PERL5LIB environment variable
So you just set them to... ummm... where did that module go?
Next | ToC | Copyright © 2005 Michael G Schwern |