We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2d270e + 8d1a934 commit 8fe92f1Copy full SHA for 8fe92f1
Makefile.PL
@@ -9,6 +9,7 @@ WriteMakefile(
9
AUTHOR => 'Andy Lester <andy@petdance.com>',
10
VERSION_FROM => 'lib/Module/Starter.pm',
11
(eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
12
+ (eval { ExtUtils::MakeMaker->VERSION(6.48) } ? (MIN_PERL_VERSION => '5.6.1') : ()),
13
ABSTRACT_FROM => 'lib/Module/Starter.pm',
14
EXE_FILES => [ 'bin/module-starter' ],
15
PREREQ_PM => {
0 commit comments