use strict; use warnings; use Module::Build; my $builder = Module::Build->new( module_name => 'Geo::GameHex::Japan', license => 'perl', dist_author => 'OHTSUKA Ko-hei ', dist_version_from => 'lib/Geo/GameHex/Japan.pm', requires => { 'Test::Base' => 0, 'version' => 0, 'Exporter' => 0, 'Geo::JapanMesh' => '0.0.2', }, add_to_cleanup => [ 'Geo-GameHex-Japan-*' ], ); $builder->create_build_script();