]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Explicitely require perl 5.6
authorVincent Pit <vince@profvince.com>
Sat, 2 May 2009 15:01:50 +0000 (17:01 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 2 May 2009 15:01:50 +0000 (17:01 +0200)
Makefile.PL

index d482e44ffa7c53e1759f7fdcff663746da214040..60dacbeb5efec056435cac763eee8886b15d951f 100644 (file)
@@ -1,3 +1,5 @@
+use 5.006;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;