From c450f54f077d95958d5c9da72c559935d048b5c5 Mon Sep 17 00:00:00 2001 From: Toby Inkster Date: Mon, 18 Nov 2019 16:20:08 +0000 Subject: bump version; changelog --- lib/MooX/late.pm | 6 +++--- meta/changes.pret | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm index 856385c..d26ed13 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.015'; +our $VERSION = '0.016'; 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.015'; + our $VERSION = '0.016'; use Moo; use overload ( @@ -433,7 +433,7 @@ Toby Inkster Etobyink@cpan.orgE. =head1 COPYRIGHT AND LICENCE -This software is copyright (c) 2012-2014 by Toby Inkster. +This software is copyright (c) 2012-2014, 2019 by Toby Inkster. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/meta/changes.pret b/meta/changes.pret index 26c399a..e719439 100644 --- a/meta/changes.pret +++ b/meta/changes.pret @@ -112,7 +112,7 @@ ]. `MooX-late 0.015 cpan:TOBYINK` - issued 2013-08-18; + issued 2014-08-18; changeset [ item "Make the list of stuff this module does more concise."^^Documentation; item "Drop support for `coerce => 1` because Moo 1.006000 supports this natively now."^^Removal; @@ -121,3 +121,9 @@ item "Improve test cases for class type constraints."^^Tests; ]. +`MooX-late 0.016 cpan:TOBYINK` + issued 2019-11-18; + changeset [ + item "Get test suite passing and stuff."^^Tests; + ]. + -- cgit v1.2.3