From: Fuji, Goro Date: Wed, 10 Nov 2010 07:35:12 +0000 (+0900) Subject: Add TODO X-Git-Tag: 0.85~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=532546a15611acd6b5a7cbfcefa3bec593cd3058;p=gitmo%2FMouse.git Add TODO --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..e23142e --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +TODO: + +Makng subclasses of Mouse::Meta::* immutable breaks the classes. + +If one want match_on_type(), it should be supported. + +The 'handles' option for has() is not completely compatible with Moose.