[Bps-public-commit] Config-GitLike branch, master, updated. 1.09-7-g6f10d03

Alex Vandiver alexmv at bestpractical.com
Wed Nov 7 12:32:40 EST 2012


The branch, master has been updated
       via  6f10d03c0f5071f38b412458f840ea77255de820 (commit)
      from  93467e79100dca81a36a82b30e859397f7289fb4 (commit)

Summary of changes:
 Changes               | 8 ++++++++
 lib/Config/GitLike.pm | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 6f10d03c0f5071f38b412458f840ea77255de820
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Nov 7 12:30:54 2012 -0500

    Version 1.10 releng

diff --git a/Changes b/Changes
index affb430..8f5daa3 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+1.10 2012-11-07
+
+* Provide and API got accessing the original key that a value was set
+  with, in a case-preserving way.  If the case of the key in a file
+  matters, it is now possible to determine.
+* The 'name' value passed to the 'callback' parameter is now no longer
+  forced to lower-case, as a consequence.
+
 1.09 2012-08-10
 
 * Multiple bug fixes concerning filters, including empty filters,
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index e649a90..7e29ead 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -7,7 +7,7 @@ use Scalar::Util qw(openhandle);
 use Fcntl qw(O_CREAT O_EXCL O_WRONLY);
 use 5.008;
 
-our $VERSION = '1.09';
+our $VERSION = '1.10';
 
 
 has 'confname' => (

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list