bump version for release 1.008013
Karen Etheridge [Thu, 12 Sep 2013 03:23:28 +0000 (20:23 -0700)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 1add82c..a431116 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for local::lib
 
+1.008013   2013-09-11
         - fix undef value errors when not installing into a local::lib
 
 1.008012   2013-09-11
index f522e6d..0862004 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008012'; # 1.8.12
+our $VERSION = '1.008013'; # 1.8.13
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);