bump version for re-release, after syncing with the *real* 1.008009 release
Karen Etheridge [Mon, 27 May 2013 00:56:25 +0000 (17:56 -0700)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index b6b3efd..ee1fad5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,10 @@
 Revision history for local::lib
 
+1.008010 2013-05-26
         - Fix a split on undefined value warning (David Golden -- see
           https://github.com/gugod/App-perlbrew/issues/305)
 
 1.008009 2013-02-24
-
         - Remove Carp::Always dep
 
 1.008008 2013-02-24
index a1a3b5e..1e5a038 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008009'; # 1.8.9
+our $VERSION = '1.008010'; # 1.8.10
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);