From: Vincent Pit Date: Sat, 24 Aug 2013 18:45:41 +0000 (-0300) Subject: Enforce the perl dependency in the module file X-Git-Tag: rt88177~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=84e78526677e47151307d499fa02e2109c140864 Enforce the perl dependency in the module file --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 868052d..ea31bc4 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -1,5 +1,7 @@ package Scope::Upper; +use 5.006_001; + use strict; use warnings;