[Bps-public-commit] Config-GitLike branch, master, updated. 1.04-5-gf8a8dc7
Christine Spang
spang at bestpractical.com
Thu Jan 6 09:24:46 EST 2011
The branch, master has been updated
via f8a8dc76609eebdda4e9c6fb65e9089c0f56b08b (commit)
from 9c46579dee50ea26448da3aae5e9dc3c0cf677d5 (commit)
Summary of changes:
Changes | 6 ++++++
lib/Config/GitLike.pm | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f8a8dc76609eebdda4e9c6fb65e9089c0f56b08b
Author: Christine Spang <spang at mit.edu>
Date: Thu Jan 6 14:19:32 2011 +0000
version 1.05 releng
diff --git a/Changes b/Changes
index 66a7723..63953cb 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+1.05 2011-01-07
+
+* support Module::Install::ExtraTests 0.007 (sunnavy)
+* properly set is => 'rw' in inherited classes (trs, alexmv)
+* silence lc warnings on undef under perl 5.12 (iarnell at gmail.com)
+
1.04 - 2010-04-03
* The functionality of Config::GitLike::Cascaded has been folded into
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index cbc5e38..4415147 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.04';
+our $VERSION = '1.05';
has 'confname' => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list