From: Karen Etheridge Date: Fri, 4 Oct 2013 21:07:48 +0000 (-0700) Subject: bump version to 1.008021 X-Git-Tag: 1.008021^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=17dc0f1174d5b6ad3fbf1a6ad517713c52c84231 bump version to 1.008021 --- diff --git a/Changes b/Changes index 4c2c878..18581da 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008021 2013-10-04 (development release, unindexed) - yet another attempt to overcome win32 testing issues (paths with spaces, backslashes) diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 5f90456..7b2cf2b 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.008_020'; # 1.8.20 development release +our $VERSION = '1.008_021'; # 1.8.21 development release $VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);