bump version for release
Karen Etheridge [Wed, 11 Sep 2013 23:04:41 +0000 (16:04 -0700)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 7fc60dc..e8ec986 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for local::lib
 
+1.008012   2013-09-11
         - now handling using -Mlocal::lib in a taintperl environment, by
           ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
           @INC (RT#76661, Karen Etheridge)
index 24cab90..95d2cf2 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008011'; # 1.8.11
+our $VERSION = '1.008012'; # 1.8.12
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);