[libmoox-late-perl] 03/05: bump version; changelog

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


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

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

commit e8101a086cee9a850aa12b44a8fb5865e2113262
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Tue Jul 16 21:41:59 2013 +0100

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

diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index 94f08bd..e298590 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.013';
+our $VERSION   = '0.014';
 
 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.013';
+	our $VERSION   = '0.014';
 	
 	use Moo;
 	use overload (
diff --git a/meta/changes.pret b/meta/changes.pret
index 0dd769d..847e761 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -105,3 +105,9 @@
 		item "Retire support for non-reference attribute defaults because Moo now does this natively."^^Removal;
 	].
 
+`MooX-late 0.013 cpan:TOBYINK`
+	issued  2013-07-16;
+	changeset [
+		item "Support `coerce => 1` for Type::Tiny type constraints and those providing a similar API."^^Addition;
+	].
+

-- 
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