1.008003 with fixed stacking tests
Chris Nehren [Thu, 24 Feb 2011 00:17:49 +0000 (19:17 -0500)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index f36a0d6..a82ddd9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for local::lib
+1.008003 2011-02-23
+
+        - Fix tests with stacking l::ls.
+
 1.008002 2011-02-23
 
         - Add local::lib stacking support.
index 578c71a..dd3d5da 100644 (file)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.008002'; # 1.8.2
+our $VERSION = '1.008003'; # 1.8.3
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);