use Module::Build;

my $build = Module::Build->new
  ( module_name        => 'Data::Types',
    license            => 'perl',
    create_makefile_pl => 'passthrough',
  );
$build->create_build_script;


syntax highlighted by Code2HTML, v. 0.9.1