7 Star 19 Fork 3

sjdy521 / Mojo-SinaWeibo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.PL 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
sjdy521 提交于 2015-06-12 16:38 . Makefile.PL增加Crypt::RSA依赖模块
use 5.010001;;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Mojo::SinaWeibo',
VERSION_FROM => 'lib/Mojo/SinaWeibo.pm', # finds $VERSION
DISTNAME => 'Mojo-SinaWeibo',
LICENSE => "perl",
PREREQ_PM => {
"Mojolicious" => '6.11',
"IO::Socket::SSL" => '1.94',
"Crypt::RSA" => 0,
"Encode::Locale" => 0,
}, # e.g., Module::Name => 1.1
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Mojo-SinaWeibo-* MANIFEST' },
META_MERGE => {
resources => {
repository=>{
type => 'git',
url => 'git://github.com/sjdy521/Mojo-SinaWeibo.git',
web => 'https://github.com/sjdy521/Mojo-SinaWeibo',
},
},
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(
ABSTRACT => 'A SinaWeibo XiaoIce SDK and API',
AUTHOR => 'sjdy521 <sjdy521@163.com>') : ()),
);
Perl
1
https://gitee.com/sjdy521/Mojo-SinaWeibo.git
git@gitee.com:sjdy521/Mojo-SinaWeibo.git
sjdy521
Mojo-SinaWeibo
Mojo-SinaWeibo
master

搜索帮助