From: Karen Etheridge Date: Thu, 3 Oct 2013 19:57:48 +0000 (-0700) Subject: bump version to 1.008020 X-Git-Tag: 1.008020^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=3c3d12bedd577d58405781199f4c1ab9540c29b0;hp=e7ffbae6d2ffe2527f579dd41716d6e3e783fa91 bump version to 1.008020 --- diff --git a/Changes b/Changes index 20fd674..fd5e870 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008020 2013-10-03 (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 86ce359..326d5d8 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_019'; # 1.8.19 development release +our $VERSION = '1.008_020'; # 1.8.20 development release $VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);