aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@cpan.org>2010-07-27 20:59:25 -0400
committerRafael Kitover <rkitover@cpan.org>2010-07-27 20:59:25 -0400
commit26d62781c3fbca00ea7118528eb8c8e945b54f11 (patch)
treedafd2d377c48838e5a1700d5b23c46a84341a683
parent4239a8b1c5b35083561fe62652840f86e4fcac68 (diff)
downloadmx-alwayscoerce-26d62781c3fbca00ea7118528eb8c8e945b54f11.tar.gz
mx-alwayscoerce-26d62781c3fbca00ea7118528eb8c8e945b54f11.zip
release0.06
-rw-r--r--Changes1
-rw-r--r--lib/MooseX/AlwaysCoerce.pm4
2 files changed, 3 insertions, 2 deletions
diff --git a/Changes b/Changes
index 7d3bf8d..9ef04c8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
Revision history for MooseX-AlwaysCoerce
+0.06 2010-07-28 00:58:50
- Use modern Moose APIs, to avoid warnings with Moose 1.09 (Karen Etheridge)
0.05 2010-07-13 00:05:10
diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm
index 240dff5..b01ca0f 100644
--- a/lib/MooseX/AlwaysCoerce.pm
+++ b/lib/MooseX/AlwaysCoerce.pm
@@ -18,11 +18,11 @@ MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes
=head1 VERSION
-Version 0.05
+Version 0.06
=cut
-our $VERSION = '0.05';
+our $VERSION = '0.06';
=head1 SYNOPSIS