From: Shawn M Moore Date: Thu, 5 Feb 2009 00:46:39 +0000 (+0000) Subject: Document more changes X-Git-Tag: 0.19~63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=96dbfdb775ad131c0bb635c561147a19f7de3450;hp=a68fed5d09926e438f29242e1114b902f8cf324e Document more changes --- diff --git a/Changes b/Changes index 2d38307..fa4a117 100644 --- a/Changes +++ b/Changes @@ -9,12 +9,18 @@ Revision history for Mouse * Keep track of the source package of each type - * class_type shouldn't load the class (Moose compat; no easy fix :/) + * Moose lets you redefine a type within the same package, so we now do too + + * Borrow more of Moose's meta API - * suppress warninsgs when we use around and has '+...' (dann) + * Mouse::Util::TypeConstraints now uses Exporter so you can select which + sugar you want + + * class_type shouldn't load the class (Moose compat; no easy fix :/) - * use Data::Util to make modifier fast if Data::Util is installed (dann) + * suppress warnings when we use "around" and "has '+...'" (dann) + * use Data::Util to make method modifiers fast if it's available (dann) 0.14 Sat Dec 20 16:53:05 2008 * POD fix