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

index 767238c882427e360160c5adfb652aa1bd953b0b..1e3aea2e45abecb715d2715d034878e6e1b663bf 100644 (file)
@@ -1,5 +1,7 @@
 package Linux::SysInfo;
 
 package Linux::SysInfo;
 
+use 5.006;
+
 use strict;
 use warnings;
 
 use strict;
 use warnings;