From: Shawn M Moore Date: Sat, 7 Mar 2009 00:14:18 +0000 (+0000) Subject: 0.18 changes X-Git-Tag: 0.19~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=423b9699cbd1fd24309cde0813e284abe2f522c0 0.18 changes --- diff --git a/Changes b/Changes index 0878084..120c60d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,19 @@ Revision history for Mouse -0.18 +0.18 Fri Mar 6 19:09:33 2009 + * Fix the issue preventing Mouse usage on Perl 5.6 - a bug in older + Scalar::Util! (tokuhirom) + + * Allow extensible attribute metaclass (tokuhirom) + + * Optimization for method modifiers (tokuhirom) + + * Implement Mouse->import({into_level => 1}) (tokuhirom) + + * Support for Class->meta->add_attribute($name => %options) (tokuhirom) + + * Throw a more useful error message when trying to use a parameterized + type (Sartak) 0.17 Tue Feb 17 20:10:29 2009 * Load mro directly if Perl is recent enough (Nicholas Clark)