From 68bf846396d0d008ef6476ee1f080dc6388dda36 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Tue, 16 Jun 2009 10:50:26 -0700 Subject: release --- Changes | 3 +++ lib/MooseX/AlwaysCoerce.pm | 4 ++-- 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 -- cgit v1.2.3