[Bps-public-commit] Config-GitLike branch, master, updated. 1.13-2-gb6fac23
Alex Vandiver
alexmv at bestpractical.com
Tue May 20 19:09:47 EDT 2014
The branch, master has been updated
via b6fac237b854ff2b14cb3510c9ed7ed0995d496c (commit)
from 5a035540977910ec627939b47108dd039ce42a19 (commit)
Summary of changes:
Changes | 4 ++++
lib/Config/GitLike.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b6fac237b854ff2b14cb3510c9ed7ed0995d496c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue May 20 18:08:53 2014 -0500
Version 1.14 releng
diff --git a/Changes b/Changes
index 7a4eb25..cfd7174 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for perl module Config::GitLike
+1.14 2014-05-20
+
+ - Fix tests under MacOS, where TMPDIR is, by default, under a symlink
+
1.13 2014-04-22
- Only expand ~ in paths if they are the first character
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index 6b21de3..39d2a67 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -8,7 +8,7 @@ use Scalar::Util qw(openhandle);
use Fcntl qw(O_CREAT O_EXCL O_WRONLY);
use 5.008;
-our $VERSION = '1.13';
+our $VERSION = '1.14';
has 'confname' => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list