From: Karen Etheridge Date: Thu, 12 Sep 2013 22:10:46 +0000 (-0700) Subject: bump release to fix missing t/lib/TempDir.pm from MANIFEST X-Git-Tag: 1.008015^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=003747f7c67e558d207786b0749ba4d55ec805c6 bump release to fix missing t/lib/TempDir.pm from MANIFEST --- diff --git a/Changes b/Changes index 9af2680..b43794a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for local::lib +1.008015 2013-09-12 + - re-release 1.008014 to fix broken MANIFEST + 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 03bd2d2..1f95c3c 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.008014'; # 1.8.14 +our $VERSION = '1.008015'; # 1.8.15 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);