Skip to content

Commit 8fe92f1

Browse files
committedJan 24, 2015
Merge pull request #46 from chrestomanci/Specify_MIN_PERL_VERSION
Sepecify MIN_PERL_VERSION in Makefile.PL
2 parents b2d270e + 8d1a934 commit 8fe92f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Makefile.PL

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ WriteMakefile(
99
AUTHOR => 'Andy Lester <andy@petdance.com>',
1010
VERSION_FROM => 'lib/Module/Starter.pm',
1111
(eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
12+
(eval { ExtUtils::MakeMaker->VERSION(6.48) } ? (MIN_PERL_VERSION => '5.6.1') : ()),
1213
ABSTRACT_FROM => 'lib/Module/Starter.pm',
1314
EXE_FILES => [ 'bin/module-starter' ],
1415
PREREQ_PM => {

0 commit comments

Comments
 (0)