X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=e23142ef1b288b383e7209879627d42789498beb;hb=559f35335d5ddba6baeff5a8a50c0d67a3297c87;hp=2093fe3afe0117ef59d659e43594143d1cfc22d8;hpb=2651ba93c1871f0b310f456e2bbeca74ec5d88cd;p=gitmo%2FMouse.git diff --git a/TODO b/TODO index 2093fe3..e23142e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ -TODO -==== +TODO: -* Re-implement Mouse with code from Shika -* Make coercion work -* Make delegation via handles work \ No newline at end of file +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.