Help for this page

Select Code to Download


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