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
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,