Extract user agent info
This commit is contained in:
commit
f324d34f56
|
@ -0,0 +1,10 @@
|
||||||
|
use Module::Build;
|
||||||
|
my $build
|
||||||
|
= Module::Build->new (
|
||||||
|
module_name => 'Net::Http::Useragent',
|
||||||
|
scripts => [
|
||||||
|
],
|
||||||
|
);
|
||||||
|
|
||||||
|
$build->create_build_script;
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Build.PL
|
||||||
|
lib/Net/Http/Useragent.pm
|
||||||
|
MANIFEST This list of files
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue