From: Chris Nehren Date: Wed, 23 Feb 2011 22:15:33 +0000 (-0500) Subject: release 1.008002. X-Git-Tag: 1.008004~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a98906e00669a6aed56e8a866b7957d935a0666;p=p5sagit%2Flocal-lib.git release 1.008002. --- diff --git a/Changes b/Changes index 026e946..f36a0d6 100644 --- 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 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 8f9b8d7..578c71a 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -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);