From: Karen Etheridge Date: Fri, 13 Sep 2013 16:33:22 +0000 (-0700) Subject: bump version for release X-Git-Tag: 1.008016^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=4957ffde85720ce3d5d3fdee493b33e397ede6af;hp=0bf54ab866e1351ab3b2068597aa103f2b2ef715 bump version for release --- diff --git a/Changes b/Changes index c7722bf..3fe569e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008016 2013-09-13 - avoid "Unrecognized escape \s passed through" errors on win32 1.008015 2013-09-12 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 1f95c3c..b79cd67 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.008015'; # 1.8.15 +our $VERSION = '1.008016'; # 1.8.16 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);