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