From: Rafael Kitover Date: Tue, 16 Jun 2009 17:50:26 +0000 (-0700) Subject: release X-Git-Tag: 0.04~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68bf846396d0d008ef6476ee1f080dc6388dda36;p=gitmo%2FMooseX-AlwaysCoerce.git release --- 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