[Bps-public-commit] Config-GitLike branch, master, updated. 1.07-3-g5999047

Alex Vandiver alexmv at bestpractical.com
Wed Feb 15 23:25:39 EST 2012


The branch, master has been updated
       via  5999047542be3bd7d3cc49657ea6912e6df25817 (commit)
       via  d345b3950c805c76638e4c49f542fa3c5f25eab2 (commit)
      from  5f4a8c8ceb620f4cbcd690cfc60b29c6dbd5a67c (commit)

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

- Log -----------------------------------------------------------------
commit d345b3950c805c76638e4c49f542fa3c5f25eab2
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Feb 15 23:17:54 2012 -0500

    Document that ->load_file generally returns undef on failure

diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index bdbaf87..5d99deb 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -1553,7 +1553,8 @@ config variables into memory, and returns the currently loaded config
 variables (a hashref).
 
 This method can also be called as a class method, which will die if the
-file cannot be read.
+file cannot be read.  If called as an instance method, returns undef on
+failure.
 
 =head2 parse_content
 

commit 5999047542be3bd7d3cc49657ea6912e6df25817
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Feb 15 23:19:51 2012 -0500

    Version 1.08 releng

diff --git a/Changes b/Changes
index f1e87c3..8a68808 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+1.08 2012-02-15
+
+* Fix loading of user_file, broken in dcdd01f, due to unexpanded ~
+  (alexmv, clkao at clkao.org)
+
 1.07 2011-10-25
 
 * Fix a spelling mistake in Config::GitLike::Cascaded
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index 5d99deb..6052901 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.07';
+our $VERSION = '1.08';
 
 
 has 'confname' => (

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



More information about the Bps-public-commit mailing list