代码拉取完成,页面将自动刷新
# Note: this file was auto-generated by Module::Build::Compat version 0.32
use ExtUtils::MakeMaker;
WriteMakefile1(
LICENSE => 'unrestricted',
META_MERGE => {
resources => {
license => [ 'http://hop.perl.plover.com/Examples/LICENSE.txt' ],
homepage => 'http://hop.perl.plover.com/',
bugtracker => {
web => 'http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HOP-Parser',
mailto => 'xav@cpan.org',
},
repository => {
url => 'git://github.com/maspalio/hop.git',
web => 'http://github.com/maspalio/hop',
type => 'git',
},
x_MailingList => 'http://hop.perl.plover.com/#mlist', # hop-discuss-subscribe@plover.com
},
},
BUILD_REQUIRES => {
'Test::More' => 0,
'Test::Exception' => 0,
},
'INSTALLDIRS' => 'site',
'NAME' => 'HOP::Parser',
'ABSTRACT' => '"Higher Order Perl" Parser',
'AUTHOR' => [
'Mark Jason Dominus <mjd@plover.com>',
'Curtis "Ovid" Poe <ovid@cpan.org>',
'David E. Wheeler <david@justatheory.com>',
'Xavier Caron <xav@cpan.org>',
],
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/HOP/Parser.pm',
'PREREQ_PM' => {
'HOP::Stream' => '0.03',
'HOP::Lexer' => '0.032',
'Sub::Uplevel' => 0,
}
)
;
sub WriteMakefile1 { #Written by Alexandr Ciornii, version 0.21. Added by eumm-upgrade.
my %params=@_;
my $eumm_version=$ExtUtils::MakeMaker::VERSION;
$eumm_version=eval $eumm_version;
die "EXTRA_META is deprecated" if exists $params{EXTRA_META};
die "License not specified" if not exists $params{LICENSE};
if ($params{BUILD_REQUIRES} and $eumm_version < 6.5503) {
#EUMM 6.5502 has problems with BUILD_REQUIRES
$params{PREREQ_PM}={ %{$params{PREREQ_PM} || {}} , %{$params{BUILD_REQUIRES}} };
delete $params{BUILD_REQUIRES};
}
delete $params{CONFIGURE_REQUIRES} if $eumm_version < 6.52;
delete $params{MIN_PERL_VERSION} if $eumm_version < 6.48;
delete $params{META_MERGE} if $eumm_version < 6.46;
delete $params{META_ADD} if $eumm_version < 6.46;
delete $params{LICENSE} if $eumm_version < 6.31;
delete $params{AUTHOR} if $] < 5.005;
delete $params{ABSTRACT_FROM} if $] < 5.005;
delete $params{BINARY_LOCATION} if $] < 5.005;
WriteMakefile(%params);
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。