[Bps-public-commit] Config-GitLike branch, master, updated. 1.12-7-g7b4638d
Alex Vandiver
alexmv at bestpractical.com
Tue Apr 22 22:21:22 EDT 2014
The branch, master has been updated
via 7b4638dd9f18983be92c768c5aaaf148ef94431a (commit)
from 6580768a7e2e35112981684d9bbed2abb2007404 (commit)
Summary of changes:
Changes | 5 +++++
lib/Config/GitLike.pm | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 7b4638dd9f18983be92c768c5aaaf148ef94431a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Apr 22 22:20:26 2014 -0400
Version 1.13 releng
diff --git a/Changes b/Changes
index 668bbd1..7a4eb25 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for perl module Config::GitLike
+1.13 2014-04-22
+
+ - Only expand ~ in paths if they are the first character
+ - Implement include.path, as git 1.7.10 and above do
+
1.12 2013-08-05
- Reformat Changes file to follow CPAN::Changes::Spec; no functional
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index 4a2a04d..6b21de3 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.12';
+our $VERSION = '1.13';
has 'confname' => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list