Help for this page
install --install_base /Users/smanzer/
perl Build.PL ./Build ./Build test ./Build install
my $build = Module::Build->new( module_name => $mod_name, ... $build->dispatch('test', verbose => 1); $build->dispatch('install');