]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Enforce the perl dependency in the module file
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:45:41 +0000 (15:45 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:45:41 +0000 (15:45 -0300)
lib/Scope/Upper.pm

index 868052da3a3f52224bd41166d899dac70fb9f00c..ea31bc43e9939a62ff1e321ef0457eddc61d89ab 100644 (file)
@@ -1,5 +1,7 @@
 package Scope::Upper;
 
+use 5.006_001;
+
 use strict;
 use warnings;