Skip to content

Commit

Permalink
Require Perl >= 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Apr 8, 2016
1 parent db6da7f commit 96c9822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

install:
- cpanm --quiet --notest --skip-satisfied Dist::Milla
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requires 'perl', '5.10.0';
requires 'perl', '5.12.0';
requires 'File::ShareDir', '1.00';

0 comments on commit 96c9822

Please sign in to comment.