bump release to fix missing t/lib/TempDir.pm from MANIFEST 1.008015
Karen Etheridge [Thu, 12 Sep 2013 22:10:46 +0000 (15:10 -0700)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 9af2680..b43794a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for local::lib
 
+1.008015   2013-09-12
+        - re-release 1.008014 to fix broken MANIFEST
+
 1.008014   2013-09-12
         - fix new test to use alternate path representations on windows, to
           handle potential space issues (regression since 1.008012)
index 03bd2d2..1f95c3c 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008014'; # 1.8.14
+our $VERSION = '1.008015'; # 1.8.15
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);