On Fri, Feb 13, 2009 at 12:22:34PM -0800, Bill Ward wrote: > I'm building a "tech stack" - that is, downloading CPAN modules and installing > them in a new directory, not the one that Perl lives in. Until now, all the > modules I build are MakeMaker-based, but I've just started adding a new > Module::Build-based module (Net::OAuth, in case you're curious) and am now > stuck.
Look at how local::lib does it and either use local::lib directly or just copy its settings. Also, you probably want INSTALL_BASE and --install_base rather than LIB/PREFIX/whatever. hdp.