[Module-build-general] bug in Module-Build-0.18
Status: Beta
Brought to you by:
kwilliams
|
From: jk <bil...@fa...> - 2003-05-09 00:12:44
|
I wanted to install Module::Build on my computer. I keep my perl modules in /home/me/data/perl58, so I did this: perl Build.PL sitelib=/home/me/data/perl58/ ./Build ./Build test ./Build install ...but it still trys to install into /usr/lib/perl5/site_perl/5.8.0/ (where it has no permissions) rather than /home/me/data/perl58/ as I asked. Using a standard RedHat 9 Linux box with perl 5.8. Please let me know if I'm doing something wrong. Thanks for the help. |