Help for this page

Select Code to Download


  1. or download this
    ./Build.PL && ./Build pardist
  2. or download this
    my $build = new Module::Builder
  3. or download this
    my $class = Module::Build->subclass
      (
    ...
    my $build = $class->new
    
    # The rest is the same.