Skip to content

Commit

Permalink
Merge pull request #3 from zakame/zakame/fix_modules_for_clean_rebuild
Browse files Browse the repository at this point in the history
Makefile.PL: fix dependency typo
  • Loading branch information
jy-deriv committed Jun 15, 2019
2 parents 16aa69d + 85b362c commit 4db2dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ language: perl
matrix:
fast_finish: true
perl:
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
- '5.26'
before_install:
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ my %WriteMakefileArgs = (
"BUILD_REQUIRES" => {
"Digest::MD5" => 0,
"Perl::Critic" => 0,
"Perl::Critic::Polic" => 0,
"Perl::Critic::Policy" => 0,
"Perl::Critic::Utils" => 0
},
"CONFIGURE_REQUIRES" => {
Expand Down

0 comments on commit 4db2dbe

Please sign in to comment.