Ai
2 Star 0 Fork 0

mirrors_gitpan/Address-PostCode-UserAgent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.PL 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
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',
},
}})
: ()
),
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gitpan/Address-PostCode-UserAgent.git
git@gitee.com:mirrors_gitpan/Address-PostCode-UserAgent.git
mirrors_gitpan
Address-PostCode-UserAgent
Address-PostCode-UserAgent
master

搜索帮助