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

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


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

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

commit 0101f1635e591cc9641be6dc4f91933e1dcd1fed
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Jun 28 12:01:04 2013 +0100

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

diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index 58c8688..de16770 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.011';
+our $VERSION   = '0.012';
 
 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.011';
+	our $VERSION   = '0.012';
 	
 	use Moo;
 	use overload (
diff --git a/lib/MooX/late/TypeRegistry.pm b/lib/MooX/late/TypeRegistry.pm
index b344e88..2f5f1be 100644
--- a/lib/MooX/late/TypeRegistry.pm
+++ b/lib/MooX/late/TypeRegistry.pm
@@ -1,5 +1,11 @@
 package MooX::late::TypeRegistry;
 
+use strict;
+use warnings;
+
+our $AUTHORITY = "cpan:TOBYINK";
+our $VERSION   = "0.012";
+
 use base "Type::Registry";
 
 # Preload with standard types
diff --git a/meta/changes.pret b/meta/changes.pret
index afac22d..daae89c 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -91,3 +91,9 @@
 		];
 	].
 
+`MooX-late 0.012 cpan:TOBYINK`
+	issued  2013-07-XX;
+	changeset [
+		item "Use Type::Registry/Type::Parser to translate strings to type constraint expressions."^^Update;
+	].
+
diff --git a/meta/makefile.pret b/meta/makefile.pret
index b92a1c7..71496b1 100644
--- a/meta/makefile.pret
+++ b/meta/makefile.pret
@@ -6,7 +6,7 @@
 	readme_from       m`MooX::late`;
 	test_requires     p`Test::More 0.61`;
 	requires          p`Moo 1.000004`;
-	requires          p`Type::Tiny 0.000_08`;
+	requires          p`Type::Registry 0.013_01`;
 	recommends        p`MooX`;
 .
 

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