代码拉取完成,页面将自动刷新
use 5.006;
use strict;
use warnings FATAL => 'all';
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Address::PostCode::UserAgent',
AUTHOR => q{Mohammad S Anwar <mohammad.anwar@yahoo.com>},
VERSION_FROM => 'lib/Address/PostCode/UserAgent.pm',
ABSTRACT_FROM => 'lib/Address/PostCode/UserAgent.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
},
BUILD_REQUIRES => {
'Test::More' => 0,
},
PREREQ_PM => {
'HTTP::Tiny' => 0,
'Throwable' => 0,
'Moo' => 0,
'namespace::clean' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Address-PostCode-UserAgent-*' },
(eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'https://github.com/Manwar/Address-PostCode-UserAgent.git',
web => 'https://github.com/Manwar/Address-PostCode-UserAgent',
},
}})
: ()
),
);
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。