release
Rafael Kitover [Tue, 16 Jun 2009 17:50:26 +0000 (10:50 -0700)]
Changes
lib/MooseX/AlwaysCoerce.pm

diff --git a/Changes b/Changes
index 976699f..1aaca31 100644 (file)
--- 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
 
index 4247664..3155549 100644 (file)
@@ -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