[Bps-public-commit] Config-GitLike branch, master, updated. 1.04

Alex Vandiver alexmv at bestpractical.com
Sat Apr 3 01:22:34 EDT 2010


The branch, master has been updated
       via  78981a080116a589fc8662a76ef244cb89d02c69 (commit)
      from  1d924370ca6fd0e7345d033cff07f8581adaffc5 (commit)

Summary of changes:
 Changes               |   25 +++++++++++++++++++------
 lib/Config/GitLike.pm |    2 +-
 2 files changed, 20 insertions(+), 7 deletions(-)

- Log -----------------------------------------------------------------
commit 78981a080116a589fc8662a76ef244cb89d02c69
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sat Apr 3 01:15:53 2010 -0400

    Version 1.04 releng

diff --git a/Changes b/Changes
index 9c75199..66a7723 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,24 @@
+1.04 - 2010-04-03
+
+* The functionality of Config::GitLike::Cascaded has been folded into
+  Config::GitLike as a "cascade" option, and the subpackage is now
+  deprecated. (alexmv)
+* Config::GitLike::Git->new->load("/path/to/git") when the path is
+  lacking a ".git", or is a bare repository, now works. (alexmv)
+* Fixed a bug wherein the home directory config file would be loaded
+  twice, causing all values to be multiple, if that was your cwd.
+  Reported by rjbs. (alexmv)
+* Allow explicitly calling ->load_file without previously having
+  called ->load (alexmv)
+
 1.03 - 2010-01-03
 
-*  Filter without replace_all should only replace the _first_ match (alexmv)
-*  Having a matching filter with multiple and not replace_all does mean
-   replacement (alexmv)
-*  Fix a test that failed because multiple now works, and we're too smart
-   (alexmv)
-*  Fix for when ->set_multiple called with no arguments (alexmv)
+* Filter without replace_all should only replace the _first_ match (alexmv)
+* Having a matching filter with multiple and not replace_all does mean
+  replacement (alexmv)
+* Fix a test that failed because multiple now works, and we're too smart
+  (alexmv)
+* Fix for when ->set_multiple called with no arguments (alexmv)
 
 1.02 - 2009-08-19
 
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index e0af52f..25d5bec 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.03';
+our $VERSION = '1.04';
 
 
 has 'confname' => (

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



More information about the Bps-public-commit mailing list