From: Karen Etheridge Date: Sat, 14 Sep 2013 16:50:37 +0000 (-0700) Subject: bump version for release X-Git-Tag: 1.008017^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=e48bc8157c9c8c0943eab7fe4092c2e7933e0263 bump version for release --- diff --git a/Changes b/Changes index 2b4ebf4..7f2c2ff 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008017 2013-09-14 - avoid "Unrecognized escape \s passed through" errors on win32 (again) diff --git a/lib/local/lib.pm b/lib/local/lib.pm index b79cd67..605fa79 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.008016'; # 1.8.16 +our $VERSION = '1.008017'; # 1.8.17 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);