From: Graham Knop Date: Mon, 28 Oct 2013 18:42:37 +0000 (-0400) Subject: bump version to 1.008024 X-Git-Tag: 1.008024^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=8d3e402e048884d9a77302231ad4e2da9b59095d bump version to 1.008024 --- diff --git a/Changes b/Changes index ac0240e..039ce75 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for local::lib +1.008024 2013-10-28 (development release, unindexed) + - fix installation into directories with spaces or backslashes, as + well as Win32 test failures when Capture::Tiny is installed + - fix test breaking in some cases when an external local::lib is set + - fix test compatibility with old versions of Exporter + 1.008023 2013-10-19 - stable release of 1.008022 (no code changes since 1.008012) diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 9ac0a75..51438a0 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.008023'; # 1.8.23 +our $VERSION = '1.008_024'; # 1.8.24 $VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);