Net-Http-Useragent/Build.PL

11 lines
160 B
Perl

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