Net-Http-Useragent/Build.PL

11 lines
160 B
Plaintext
Raw Permalink Normal View History

2019-08-11 21:32:13 +02:00
use Module::Build;
my $build
= Module::Build->new (
module_name => 'Net::Http::Useragent',
scripts => [
],
);
$build->create_build_script;