aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--lib/MooseX/AlwaysCoerce.pm4
2 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 976699f..1aaca31 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for MooseX-AlwaysCoerce
+0.03 2009-06-16 17:50:12
+ - make coerce => 0 work for class_has
+
0.02 2009-06-16 17:23:29
- rewritten using metaroles, the Moose way
diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm
index 4247664..3155549 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.02
+Version 0.03
=cut
-our $VERSION = '0.02';
+our $VERSION = '0.03';
=head1 SYNOPSIS