update the Makefile.PL

This commit is contained in:
Zane C. B-H 2019-07-08 05:33:09 -05:00
父節點 1d50265c8e
當前提交 bf16af5561
共有 1 個文件被更改,包括 20 次插入20 次删除

查看文件

@ -4,23 +4,23 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Net::Connection::Match',
AUTHOR => q{Zane C. Bowers-Hadley <vvelox@vvelox.net>},
VERSION_FROM => 'lib/Net/Connection/Match.pm',
ABSTRACT_FROM => 'lib/Net/Connection/Match.pm',
LICENSE => 'artistic_2',
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 => 'Net-Connection-Match-*' },
);
NAME => 'Net::Connection::Match',
AUTHOR => q{Zane C. Bowers-Hadley <vvelox@vvelox.net>},
VERSION_FROM => 'lib/Net/Connection/Match.pm',
ABSTRACT_FROM => 'lib/Net/Connection/Match.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => '5.006',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},
BUILD_REQUIRES => {
'Test::More' => '0',
},
PREREQ_PM => {
'Net::CIDR'=>'0.20',
'Net::Connection'=>'0.0.0',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Net-Connection-Match-*' },
);