[Bps-public-commit] Config-GitLike branch, master, updated. 1.10-3-g7611f6a
Alex Vandiver
alexmv at bestpractical.com
Sun Aug 4 00:55:43 EDT 2013
The branch, master has been updated
via 7611f6afefde27b3b5986b2451f92e2d15847e7a (commit)
from ea40df22643027b7d7580a1ea27e4a02c739a6e6 (commit)
Summary of changes:
Changes | 4 ++++
lib/Config/GitLike.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 7611f6afefde27b3b5986b2451f92e2d15847e7a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Sun Aug 4 00:55:11 2013 -0400
Version 1.11 releng
diff --git a/Changes b/Changes
index 8f5daa3..d15c633 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.11 2013-08-04
+
+* Switch from the deprecated Any::Moose to Moo
+
1.10 2012-11-07
* Provide and API got accessing the original key that a value was set
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index 7657005..d7d8176 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.10';
+our $VERSION = '1.11';
has 'confname' => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list