X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=e23142ef1b288b383e7209879627d42789498beb;hb=590e40d8d76ceb0ee30bbd2ea9e679701bb1280a;hp=265910a6d7fd488e9959bd0f0597d38c84d1045b;hpb=bfaf1f2bd008b9a7958d2bbc8b4e98d10d1cfa5e;p=gitmo%2FMouse.git diff --git a/TODO b/TODO index 265910a..e23142e 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,7 @@ TODO: -Mouse +Makng subclasses of Mouse::Meta::* immutable breaks the classes. -* smart exporters -* method confliction -* 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.