use Module::Build; my $build = Module::Build->new ( module_name => 'Net::Http::Useragent', scripts => [ ], ); $build->create_build_script;