Skip to content

Commit

Permalink
Merge pull request #54 from openstrike/minver
Browse files Browse the repository at this point in the history
Specify minimum perl version (5.10)
  • Loading branch information
Jan Henning Thorsen committed Dec 19, 2017
2 parents 76af98f + 49410a6 commit a573057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -16,5 +16,6 @@ WriteMakefile(
},
BUILD_REQUIRES => {'Test::More' => '0.88'},
PREREQ_PM => {'JSON::Validator' => '1.06', 'Mojolicious' => '6.40'},
MIN_PERL_VERSION => '5.10.0',
test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);

0 comments on commit a573057

Please sign in to comment.