Skip to content

Commit

Permalink
Fix minimum_year to work with 5.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SineSwiper committed Feb 13, 2013
1 parent 39382b3 commit 3fe4a4e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,16 +1,16 @@
language: perl language: perl
perl: perl:
- "5.16" - "5.16"
- "5.14" - "5.14"
- "5.12" - "5.12"
- "5.10" - "5.10"


install: install:
# Deal with all of the DZIL dependancies, quickly and quietly # Deal with all of the DZIL dependancies, quickly and quietly
- cpanm --quiet --notest --skip-satisfied Dist::Zilla - cpanm --quiet --notest --skip-satisfied Dist::Zilla
- dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied - dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied


- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose - dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose
script: script:
- dzil smoke --release --author - dzil smoke --release --author
1 change: 1 addition & 0 deletions dist.ini
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ finder = NoOSMods
finder = NoOSMods finder = NoOSMods
skip = ^P9Y::ProcessTable skip = ^P9Y::ProcessTable
minimum_perl = 5.8.8 minimum_perl = 5.8.8
minimum_year = 2006

0 comments on commit 3fe4a4e

Please sign in to comment.