From: Tokuhiro Matsuno Date: Sat, 11 Apr 2009 11:17:01 +0000 (+0900) Subject: Mouse 0.21 Changes X-Git-Tag: 0.21~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=d9b661d38cf6bdefd347a5cbe25f4e769bb50081 Mouse 0.21 Changes --- diff --git a/Changes b/Changes index 80b46a6..48182c3 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Mouse 0.21 + * Fix test failures when user does not have C::Method::Modifiers(::Fast) installed(Joel Bernstein) + + * use get_all_attributes instead of compute_all_applicable_attributes(tokuhirom) + + * fixed pod bug(reported by Ryan52) + https://rt.cpan.org/Public/Bug/Display.html?id=44928 0.20 Thu Apr 9 20:22:33 2009 * Squirrel is now deprecated. Use Any::Moose instead (Sartak)