Re: [Module-build-general] ANNOUNCE: Module::Build 0.19 released
Status: Beta
Brought to you by:
kwilliams
|
From: Mathieu A. <ma...@ma...> - 2003-07-10 12:10:09
|
+-le 09/07/2003 22:53 -0500, Ken Williams =E9crivait : | Hi, |=20 | - Added support for the 'install_path' parameter, which allows custom | specification of where things should be installed. This is a major | improvement to Module::Build's functionality. |=20 | - Added the 'install_base' parameter. Provides an easy way to | install to local or alternative directory trees. How is this supposed to work ? I've tried about all possible combinaisons between=20 perl Build.PL install_base=3D/my/test/path to perl Build.PL config=3Dinstall_path=3D/my/test/path going through perl Build.PL install_path=3Dinstall_path=3D/my/test/path (putting it once = does not work) or=20 perl Build.PL install_path=3Dinstall_base=3D/my/test/path=20 but no one seems to be of any interest to Build.PL (and to Build either when perl Build install ....) So, I'm wondering... *How* is it supposed to work :) --=20 Mathieu Arnold |