[Bast-commits] r4509 - local-lib/1.000/trunk/lib/local

apeiron at dev.catalyst.perl.org apeiron at dev.catalyst.perl.org
Sat Jun 21 18:21:23 BST 2008


Author: apeiron
Date: 2008-06-21 18:21:22 +0100 (Sat, 21 Jun 2008)
New Revision: 4509

Modified:
   local-lib/1.000/trunk/lib/local/lib.pm
Log:
Fix the use 5.8.1 line to work with 5.10 via use 5.008001;. Thanks to Mark
Grimes (mgrimes).


Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm	2008-06-20 18:55:06 UTC (rev 4508)
+++ local-lib/1.000/trunk/lib/local/lib.pm	2008-06-21 17:21:22 UTC (rev 4509)
@@ -3,8 +3,8 @@
 
 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 ();




More information about the Bast-commits mailing list