From: Matt S Trout Date: Sun, 17 Feb 2013 13:55:50 +0000 (+0000) Subject: Changelog reversion to stable 1.008004 plus carp fix X-Git-Tag: 1.008007 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=98d589dad5bd3e5c70f100ef70d57c27fb287579 Changelog reversion to stable 1.008004 plus carp fix --- diff --git a/Changes b/Changes index e32c0bc..055f4da 100644 --- 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 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index e00b221..6b8c733 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.008004'; # 1.8.4 +our $VERSION = '1.008007'; # 1.8.4 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);