2 Star 0 Fork 0

mirrors_gitpan / Acme-SGABRIEL-Utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.PL 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
use 5.006;
use strict;
use warnings FATAL => 'all';
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Acme::SGABRIEL::Utils',
AUTHOR => q{Gabriel Sharp <osirisgothra@hotmail.com>},
VERSION_FROM => 'lib/Acme/SGABRIEL/Utils.pm',
ABSTRACT_FROM => 'lib/Acme/SGABRIEL/Utils.pm',
LICENSE => 'Artistic_2_0',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
},
BUILD_REQUIRES => {
'Test::More' => 0,
},
PREREQ_PM => {
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Acme::SGABRIEL::Utils-*' },
);
1
https://gitee.com/mirrors_gitpan/Acme-SGABRIEL-Utils.git
git@gitee.com:mirrors_gitpan/Acme-SGABRIEL-Utils.git
mirrors_gitpan
Acme-SGABRIEL-Utils
Acme-SGABRIEL-Utils
master

搜索帮助