Skip to content

Commit

Permalink
Updating minimum perl version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills-optus committed Nov 22, 2017
1 parent 784cf71 commit 1ef6144
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 @@ -8,7 +8,6 @@ perl:
- "5.14"
- "5.12"
- "5.10"
- "5.8"

install:
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=c HARNESS_TIMER=1
Expand Down
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -8,7 +8,7 @@ my $builder = Module::Build->new(
dist_author => 'Ivan Wills <ivan.wills@gmail.com>',
dist_version_from => 'lib/File/CodeSearch.pm',
requires => {
perl => 5.006,
perl => 5.010,
autodie => 0,
'Carp' => 0,
'Clone' => 0,
Expand Down

0 comments on commit 1ef6144

Please sign in to comment.