How do I setup CPAN.pm to work with both MakeMaker and Module::Build?

I want to install *all* modules locally using CPAN.pm.


    'makepl_arg' => q[INSTALLDIRS=site PREFIX=/home/moseley/local],

Yet, if I use:

    'makepl_arg' => q[INSTALLDIRS=site install_base=/home/moseley/local],

Then installs fail due to "bin" not being based on the install_base.



-- 
Bill Moseley
[EMAIL PROTECTED]

Reply via email to