X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a96a82fa59233f08d770664e00d32202d25f6ff4;hb=7dd355352bd7dbd40d3c364250cd9d1b905cb262;hp=b9fdbfa9711427df9e1ea334b1665c51e9845a6f;hpb=b9c259ea909d9ea7aed38879805fa45ebb709858;p=p5sagit%2FFunction-Parameters.git diff --git a/Makefile.PL b/Makefile.PL index b9fdbfa..a96a82f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ WriteMakefile( 'warnings' => 0, 'strict' => 0, }, - MIN_PERL_VERSION => '5.12.0', + MIN_PERL_VERSION => '5.14.0', dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Function-Parameters-*' }, );