From: Matt S Trout Date: Mon, 21 May 2007 17:05:19 +0000 (+0000) Subject: forgot to update changes for previous rev X-Git-Tag: 0_22~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3969267d0fc012967332aa36a2a013ca7c869a6b;p=gitmo%2FMoose.git forgot to update changes for previous rev --- diff --git a/Changes b/Changes index 478dbbe..676e56c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Moose + * Moose::Util::TypeConstraints + - fix for prototype undecl issue when type constraint utils loaded + before consumers (e.g. Moose::Meta::Attribute) by predeclaring + prototypes in TC utils + 0.22 * Moose::Meta::Method::Accessor - coerce and lazy now work together correctly, thanks to