Help for this page
my $build = Module::Build->new( dist_name => 'Foo-Bar', dist_version => '1.04', ... );
WriteMakefile( DISTNAME => 'Foo-Bar', DISTVNAME => 'Foo-Bar-1.04', ... )