[Bps-public-commit] Config-GitLike branch, master, updated. 1.17
Alex Vandiver
alexmv at bestpractical.com
Sun Jul 16 21:37:55 EDT 2017
The branch, master has been updated
via c11d7f609871ea0b55c7d5a9db9581c6934db554 (commit)
from 8e5fbeab14cfd0a82d9a1473237c5f53572ae48b (commit)
Summary of changes:
Changes | 7 +++++++
lib/Config/GitLike.pm | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c11d7f609871ea0b55c7d5a9db9581c6934db554
Author: Alex Vandiver <alex at chmrr.net>
Date: Sun Jul 16 18:36:50 2017 -0700
Version 1.17 releng
diff --git a/Changes b/Changes
index cbc9246..1e230aa 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for perl module Config::GitLike
+1.17 2017-07-16
+ - Read and write files with non-UNIX-newlines
+ - Filter multiple values correctly when using `get_regexp`
+ - Throw an error when `get` is passed no section
+ - Perl 5.28.0 compatibility, by pushing '.' into @INC in Makefile.PL
+ for Module::Install
+
1.16 2015-02-16
- Canonicalize paths using File::Spec->canonpath; this addresses
failures on Windows where /-separated paths were stored in the
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index 3520a67..ae8b545 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.16';
+our $VERSION = '1.17';
has 'confname' => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list