Fix the use 5.8.1 line to work with 5.10 via use 5.008001;. Thanks to Mark
[p5sagit/local-lib.git] / lib / local / lib.pm
index 3fa7546..d52c4de 100644 (file)
@@ -3,8 +3,8 @@ use warnings;
 
 package local::lib;
 
-use 5.8.1; # probably works with earlier versions but I'm not supporting them
-           # (patches would, of course, be welcome)
+use 5.008001; # probably works with earlier versions but I'm not supporting them
+              # (patches would, of course, be welcome)
 
 use File::Spec ();
 use File::Path ();