From: Karen Etheridge Date: Sun, 29 Sep 2013 20:49:57 +0000 (-0700) Subject: bump version to 1.008019 X-Git-Tag: 1.008019^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d04dfa50af0f2aaecd9c0d60487a19f7b63e4636;p=p5sagit%2Flocal-lib.git bump version to 1.008019 --- diff --git a/Changes b/Changes index 392b4d3..893dc4e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008019 2013-09-29 (development release, unindexed) - another attempt to overcome win32 testing issues (paths with spaces, backslashes) diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 92fc883..86ce359 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -10,7 +10,8 @@ use File::Spec (); use File::Path (); use Config; -our $VERSION = '1.008018'; # 1.8.18 +our $VERSION = '1.008_019'; # 1.8.19 development release +$VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);