X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=e23142ef1b288b383e7209879627d42789498beb;hb=4d6296668d881802f473b73fccff010b3b78d9d9;hp=86690c2842794c345ddd5318c6b572a528fbfe0e;hpb=fdec46ff3fe73d4026211a06966d9320b222ea26;p=gitmo%2FMouse.git diff --git a/TODO b/TODO index 86690c2..e23142e 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ -TODO -==== +TODO: -* Re-implement Mouse with code from Shika -* Make coercion work -* Make delegation via handles work -* Make TypeConstraints from Shika +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.