Makefile.PL (perl-5.30.2.tar.xz) | : | Makefile.PL (perl-5.30.3.tar.xz) | ||
---|---|---|---|---|
use ExtUtils::MakeMaker; | use ExtUtils::MakeMaker; | |||
use strict; | ||||
use warnings; | ||||
my @extra; | ||||
push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.008009 and $] < 5.012; | push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.008009 and $] < 5.012; | |||
push @extra, 'META_MERGE' => { | push @extra, 'META_MERGE' => { | |||
resources => { | resources => { | |||
repository => 'git://perl5.git.perl.org/perl.git', | repository => 'git://github.com/Perl/perl5.git', | |||
bugtracker => 'https://rt.perl.org/rt3/', | bugtracker => 'https://github.com/Perl/perl5/issues', | |||
homepage => "http://dev.perl.org/", | homepage => "http://dev.perl.org/", | |||
}, | }, | |||
} unless $ExtUtils::MakeMaker::VERSION < 6.46; | } unless $ExtUtils::MakeMaker::VERSION < 6.46; | |||
WriteMakefile | WriteMakefile | |||
( | ( | |||
'NAME' => 'Module::CoreList', | 'NAME' => 'Module::CoreList', | |||
'VERSION_FROM' => 'lib/Module/CoreList.pm', | 'VERSION_FROM' => 'lib/Module/CoreList.pm', | |||
'ABSTRACT_FROM' => 'lib/Module/CoreList.pod', | 'ABSTRACT_FROM' => 'lib/Module/CoreList.pod', | |||
'PREREQ_PM' => { | 'PREREQ_PM' => { | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 6 lines changed or added |