Skip to content

Commit

Permalink
Merge ad3e781 into b6abd2a
Browse files Browse the repository at this point in the history
  • Loading branch information
amba committed Jan 11, 2017
2 parents b6abd2a + ad3e781 commit d8d9933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -75,7 +75,6 @@ before_install:
- cpanm --quiet --notest ExtUtils::F77 Term::ReadLine::Gnu PGPLOT # do not need tests
- cpanm --quiet --notest Devel::CheckLib # specify this now because this is a CONFIGURE_REQUIRES for author-side
- if [ "$AUTHOR_TESTING" == 1 ]; then cpanm --quiet --notest CPAN::Changes; fi # for author tests (AUTHOR_TESTING is set to true by default by init)
- cpanm --notest --verbose ExtUtils::ParseXS # we install the latest ExtUtils::ParseXS
- if [ "$EUMM_BLEAD" == 1 ]; then cpanm --quiet --notest --dev ExtUtils::MakeMaker; fi
- build-dist
- SRC_DIR=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -446,6 +446,7 @@ my %makefile_hash = (
'Carp' => 1.20, # EU::MM seems to need this not to crash
'ExtUtils::MakeMaker' => 6.56,
'File::Path' => 0,
'ExtUtils::ParseXS' => 3.01, # avoids 2.21, known broken
},
TEST_REQUIRES => {
'CPAN::Meta' => '2.120900',
Expand All @@ -456,7 +457,6 @@ my %makefile_hash = (
},
BUILD_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
'ExtUtils::ParseXS' => 3.01, # avoids 2.21, known broken
'File::Path' => 0,
},
'MIN_PERL_VERSION' => '5.010',
Expand Down

0 comments on commit d8d9933

Please sign in to comment.