And release 1.008004. 1.008004
Chris Nehren [Thu, 24 Feb 2011 21:49:37 +0000 (16:49 -0500)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index a82ddd9..ea35f68 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for local::lib
+1.008004 2011-02-24
+
+        - Fix stackable tests on win32 by canonicalizing the path ahead of time
+
 1.008003 2011-02-23
 
         - Fix tests with stacking l::ls.
index 5f2d981..87d1869 100644 (file)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.008003'; # 1.8.3
+our $VERSION = '1.008004'; # 1.8.4
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);