bump version to 1.008024 1.008024
Graham Knop [Mon, 28 Oct 2013 18:42:37 +0000 (14:42 -0400)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index ac0240e..039ce75 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for local::lib
 
+1.008024   2013-10-28  (development release, unindexed)
+        - fix installation into directories with spaces or backslashes, as
+          well as Win32 test failures when Capture::Tiny is installed
+        - fix test breaking in some cases when an external local::lib is set
+        - fix test compatibility with old versions of Exporter
+
 1.008023   2013-10-19
         - stable release of 1.008022 (no code changes since 1.008012)
 
index 9ac0a75..51438a0 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008023'; # 1.8.23
+our $VERSION = '1.008_024'; # 1.8.24
 $VERSION = eval $VERSION;
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);