[libmoox-late-perl] 07/08: bump version; changelog

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 14 11:13:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 0.013
in repository libmoox-late-perl.

commit c9c307d72b843e71d287bfa0df3f1cf481392663
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Tue Jul 16 15:12:51 2013 +0100

    bump version; changelog
---
 lib/MooX/late.pm  | 4 ++--
 meta/changes.pret | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index 7ad3cf5..4e9cf1b 100644
--- a/lib/MooX/late.pm
+++ b/lib/MooX/late.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package MooX::late;
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.012';
+our $VERSION   = '0.013';
 
 use Moo              qw( );
 use Carp             qw( carp croak );
@@ -14,7 +14,7 @@ use Module::Runtime  qw( is_module_name );
 BEGIN {
 	package MooX::late::DefinitionContext;
 	our $AUTHORITY = 'cpan:TOBYINK';
-	our $VERSION   = '0.012';
+	our $VERSION   = '0.013';
 	
 	use Moo;
 	use overload (
diff --git a/meta/changes.pret b/meta/changes.pret
index cb778a3..0dd769d 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -97,3 +97,11 @@
 		item "Use Type::Registry/Type::Parser to translate strings to type constraint expressions."^^Update;
 	].
 
+`MooX-late 0.013 cpan:TOBYINK`
+	issued  2013-07-16;
+	changeset [
+		item "Use Type::Utils::dwim_type to translate strings to type constraint expressions."^^Update;
+		item "Support Moose attribute traits using MooX::HandlesVia."^^Addition;
+		item "Retire support for non-reference attribute defaults because Moo now does this natively."^^Removal;
+	].
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-late-perl.git



More information about the Pkg-perl-cvs-commits mailing list