X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=TODO;h=e23142ef1b288b383e7209879627d42789498beb;hp=265910a6d7fd488e9959bd0f0597d38c84d1045b;hb=d468e99669162209fc407bc22706a91b8675dbbc;hpb=bfaf1f2bd008b9a7958d2bbc8b4e98d10d1cfa5e 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.