Makefile.PL (PDL-2.080) | : | Makefile.PL (PDL-2.081) | ||
---|---|---|---|---|
skipping to change at line 176 | skipping to change at line 176 | |||
# create GENERATED subdir with *.pm files during 'make dist' (to make metacpan.o rg happy) | # create GENERATED subdir with *.pm files during 'make dist' (to make metacpan.o rg happy) | |||
my $preop = '$(PERLRUNINST) -MPDL::Core::Dev -e pdlpp_mkgen $(DISTVNAME)'; | my $preop = '$(PERLRUNINST) -MPDL::Core::Dev -e pdlpp_mkgen $(DISTVNAME)'; | |||
my @optimize = (OPTIMIZE => $PDL::Config{OPTIMIZE}) if $PDL::Config{OPTIMIZE}; | my @optimize = (OPTIMIZE => $PDL::Config{OPTIMIZE}) if $PDL::Config{OPTIMIZE}; | |||
my %makefile_hash = ( | my %makefile_hash = ( | |||
PREREQ_PM => { @prereq }, | PREREQ_PM => { @prereq }, | |||
LICENSE => 'perl', | LICENSE => 'perl', | |||
CONFIGURE_REQUIRES => { | CONFIGURE_REQUIRES => { | |||
'Devel::CheckLib' => 1.01, | 'Devel::CheckLib' => '1.01', | |||
'File::Which' => 0, | ||||
'Carp' => 1.20, # EU::MM seems to need this not to crash | 'Carp' => 1.20, # EU::MM seems to need this not to crash | |||
'ExtUtils::MakeMaker' => '7.12', # working .g.c | 'ExtUtils::MakeMaker' => '7.12', # working .g.c | |||
'File::Path' => 0, | 'File::Path' => 0, | |||
'ExtUtils::ParseXS' => 3.01, # avoids 2.21, known broken | ||||
'ExtUtils::Depends' => '0.402', | 'ExtUtils::Depends' => '0.402', | |||
}, | }, | |||
TEST_REQUIRES => { | TEST_REQUIRES => { | |||
'CPAN::Meta' => '2.120900', | 'CPAN::Meta' => '2.120900', | |||
'IPC::Cmd' => 0.72, | 'IPC::Cmd' => '0.72', | |||
'Test::Exception' => 0, | 'Test::Exception' => 0, | |||
'Test::Warn' => 0, # for t/pptest.t | 'Test::Warn' => 0, # for t/pptest.t | |||
'Test::Deep' => 0, | 'Test::Deep' => 0, | |||
}, | }, | |||
BUILD_REQUIRES => { | BUILD_REQUIRES => { | |||
'ExtUtils::MakeMaker' => 0, | 'ExtUtils::MakeMaker' => 0, | |||
'File::Path' => 0, | 'File::Path' => 0, | |||
'Pod::Select' => 0, | 'Pod::Select' => 0, | |||
'ExtUtils::ParseXS' => '3.21', # ExtUtils::Typemaps::tidy_type | ||||
}, | }, | |||
MIN_PERL_VERSION => '5.010', | MIN_PERL_VERSION => '5.010', | |||
NAME => 'PDL', | NAME => 'PDL', | |||
VERSION_FROM => 'Basic/PDL.pm', | VERSION_FROM => 'Basic/PDL.pm', | |||
EXE_FILES => \@exe_files, | EXE_FILES => \@exe_files, | |||
PM => { @podpms }, #so that the script docs are picked up | PM => { @podpms }, #so that the script docs are picked up | |||
META_MERGE => { | META_MERGE => { | |||
"meta-spec" => { version => 2 }, | "meta-spec" => { version => 2 }, | |||
resources => { | resources => { | |||
homepage => 'http://pdl.perl.org/', | homepage => 'http://pdl.perl.org/', | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 4 lines changed or added |