Help for this page

Select Code to Download


  1. or download this
    my $build = Module::Build->new(
       dist_name => 'Foo-Bar',
       dist_version => '1.04',
    ...
    );
    
  2. or download this
    WriteMakefile(
        DISTNAME => 'Foo-Bar',
        DISTVNAME => 'Foo-Bar-1.04',
        ...
    )