Changelog reversion to stable 1.008004 plus carp fix 1.008007
Matt S Trout [Sun, 17 Feb 2013 13:55:50 +0000 (13:55 +0000)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index e32c0bc..055f4da 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for local::lib
-1.NEXT
-
+1.008007 2013-02-17
+        - Back to 1.008004 with Carp fix since subsequent releases were botched
         - Avoid issue where PERL5LIB Carp is older than local::lib one
 
 1.008004 2011-02-24
index e00b221..6b8c733 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008004'; # 1.8.4
+our $VERSION = '1.008007'; # 1.8.4
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);