summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2019-11-18 16:20:08 +0000
committerToby Inkster <mail@tobyinkster.co.uk>2019-11-18 16:20:08 +0000
commitc450f54f077d95958d5c9da72c559935d048b5c5 (patch)
tree09f4ca0a3e9a43634ae2278e00be41fa119f8f45
parent013b5bd1a96b09f6b3b2a5977b65eb02e377140f (diff)
bump version; changelog
-rw-r--r--lib/MooX/late.pm6
-rw-r--r--meta/changes.pret8
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 E<lt>tobyink@cpan.orgE<gt>.
=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;
+ ].
+