bump version to 1.008026 (stable)
Graham Knop [Tue, 5 Nov 2013 23:48:45 +0000 (18:48 -0500)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 86ad144..79cc7c6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for local::lib
 
+1.008026   2013-11-05
+        - drop perl prerequisite to 5.6, since everything works there.
+
 1.008025   2013-11-01  (development release, unindexed)
         - fix install test on cygwin
         - fix stackable test on win32 and when external local::lib is set
index a634a24..1dcf471 100644 (file)
@@ -9,7 +9,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008_025'; # 1.8.25
+our $VERSION = '1.008026'; # 1.8.26
 $VERSION = eval $VERSION;
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);