From: Karen Etheridge Date: Mon, 27 May 2013 00:56:25 +0000 (-0700) Subject: bump version for re-release, after syncing with the *real* 1.008009 release X-Git-Tag: 1.008010~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=3b2c3de483a1566deb20d182a8ef3face05902c8 bump version for re-release, after syncing with the *real* 1.008009 release --- diff --git a/Changes b/Changes index b6b3efd..ee1fad5 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,10 @@ Revision history for local::lib +1.008010 2013-05-26 - Fix a split on undefined value warning (David Golden -- see https://github.com/gugod/App-perlbrew/issues/305) 1.008009 2013-02-24 - - Remove Carp::Always dep 1.008008 2013-02-24 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index a1a3b5e..1e5a038 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.008009'; # 1.8.9 +our $VERSION = '1.008010'; # 1.8.10 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);