[Module-build-general] Module::Build bug
Status: Beta
Brought to you by:
kwilliams
|
From: Stephen R. W. <wil...@br...> - 2003-06-16 17:58:29
|
It appears that there is a bug in Module::Build when perl was compiled in a user directory. It tries installing in ~user/lib/perl5/site_perl/5.6.1, but instead of installing in $HOME/lib/perl5/site_perl/5.6.1 (assuming running as user) it really installs in '~user' under the current directory. |