Remove Carp::Always, 1.8.9 1.008009
Chris Nehren [Mon, 25 Feb 2013 03:37:19 +0000 (22:37 -0500)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 92845c9..a32899f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for local::lib
+1.008009 2013-02-24
+
+        - Remove Carp::Always dep
+
 1.008008 2013-02-24
 
         - Fix putting arch path in PERL5LIB
index d56254a..80ac618 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008008'; # 1.8.8
+our $VERSION = '1.008009'; # 1.8.9
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);