Re: .modulebuildrc is ignored

2009-11-11 Thread David Golden
On Tue, Nov 10, 2009 at 2:06 PM, smanzer wrote: > I want the module to install to a > "~/lib/" subfolder of my home directory. I have the following .modulebuildrc > file set up to do this: > > install --install_base /Users/smanzer/ > > This installation method works if I run the scripts from the s

.modulebuildrc is ignored

2009-11-11 Thread smanzer
Hello, I recently attempted to create an automated installation script using the methods from Module::Build. Specifically, this was the perl code which I used: my $build = Module::Build->new( module_name => $mod_name,