release 1.008002.
Chris Nehren [Wed, 23 Feb 2011 22:15:33 +0000 (17:15 -0500)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 026e946..f36a0d6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,15 @@
 Revision history for local::lib
-1.008001
+1.008002 2011-02-23
+
+        - Add local::lib stacking support.
+        - Add activation/deactivation support.
+
+1.008001 2011-01-09
 
         - Bootstrap Module::Build just like ExtUtils::MakeMaker
 
-1.008000
+1.008000 2011-01-05
+
         - Remove redundant prereqs now that Module::Build 0.36 is required
         - Makefile.PL avoids CPAN client configuration when not required
         - print_environment_vars_for() refactored with separate function
index 8f9b8d7..578c71a 100644 (file)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.008001'; # 1.8.1
+our $VERSION = '1.008002'; # 1.8.2
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);