From: Lukas Mai Date: Sun, 24 Jun 2012 06:19:07 +0000 (+0200) Subject: insist on 5.14.0 in Makefile.PL X-Git-Tag: v0.06_01~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70ae2cdb77415585e3476fffe9ae0f88a7c83241;p=p5sagit%2FFunction-Parameters.git insist on 5.14.0 in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index b7a2f86..065ab9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use 5.014; use strict; use warnings; use ExtUtils::MakeMaker;