From: Chris Nehren Date: Mon, 25 Feb 2013 03:37:19 +0000 (-0500) Subject: Remove Carp::Always, 1.8.9 X-Git-Tag: 1.008009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=25398da1338e8411723450755a7e1944f6e262c1 Remove Carp::Always, 1.8.9 --- diff --git a/Changes b/Changes index 92845c9..a32899f 100644 --- 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 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index d56254a..80ac618 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -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);