From: Vincent Pit Date: Sat, 2 May 2009 15:01:50 +0000 (+0200) Subject: Explicitely require perl 5.6 X-Git-Tag: v0.09~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=233147449496f136732d87cac0ce8cd0df483082 Explicitely require perl 5.6 --- diff --git a/Makefile.PL b/Makefile.PL index d482e44..60dacbe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,5 @@ +use 5.006; + use strict; use warnings; use ExtUtils::MakeMaker;