From: Karen Etheridge Date: Thu, 12 Sep 2013 16:27:11 +0000 (-0700) Subject: bump version for release X-Git-Tag: 1.008014^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d7223bb6359b3150a6776488a8fab0a51bdd7e8;hp=663a867559c7781df1c6810ec07aa4a3bd3c58ce;p=p5sagit%2Flocal-lib.git bump version for release --- diff --git a/Changes b/Changes index edfdff0..9af2680 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008014 2013-09-12 - fix new test to use alternate path representations on windows, to handle potential space issues (regression since 1.008012) diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 0862004..03bd2d2 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.008013'; # 1.8.13 +our $VERSION = '1.008014'; # 1.8.14 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);