X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=e23142ef1b288b383e7209879627d42789498beb;hb=91ee66cbb155fe48f641868aebc1c6215446e2c0;hp=9997221b271295d455adeb10861e6f0f25e8fe46;hpb=381465145a9d0e9813f7b74a08b590c011ca3de3;p=gitmo%2FMouse.git diff --git a/TODO b/TODO index 9997221..e23142e 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,7 @@ TODO: -Mouse +Makng subclasses of Mouse::Meta::* immutable breaks the classes. -* smart exporters -* trait mechanism -* native traits - -MouseX - -* MouseX::Role::Parameterized +If one want match_on_type(), it should be supported. +The 'handles' option for has() is not completely compatible with Moose.