Skip to content

Commit

Permalink
Sepecify MIN_PERL_VERSION in Makefile.PL
Browse files Browse the repository at this point in the history
This fixes a Kwalitee warning.
  • Loading branch information
David.Pottage committed Jan 22, 2015
1 parent b2d270e commit 8d1a934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -9,6 +9,7 @@ WriteMakefile(
AUTHOR => 'Andy Lester <andy@petdance.com>',
VERSION_FROM => 'lib/Module/Starter.pm',
(eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
(eval { ExtUtils::MakeMaker->VERSION(6.48) } ? (MIN_PERL_VERSION => '5.6.1') : ()),
ABSTRACT_FROM => 'lib/Module/Starter.pm',
EXE_FILES => [ 'bin/module-starter' ],
PREREQ_PM => {
Expand Down

0 comments on commit 8d1a934

Please sign in to comment.