be compatible with perl 5.6
[p5sagit/local-lib.git] / lib / local / lib.pm
index 34e5806..a634a24 100644 (file)
@@ -3,8 +3,7 @@ use warnings;
 
 package local::lib;
 
-use 5.008001; # probably works with earlier versions but I'm not supporting them
-              # (patches would, of course, be welcome)
+use 5.006;
 
 use File::Spec ();
 use File::Path ();