X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=e23142ef1b288b383e7209879627d42789498beb;hb=bce7d15517f1e232f5f1c2fe23d72aa13b7d1770;hp=818ceae9823161626329f4bc0c5b7d4d3cd8e21d;hpb=00ca32fb8689b221d3a629533f1430831f04af88;p=gitmo%2FMouse.git diff --git a/TODO b/TODO index 818ceae..e23142e 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,7 @@ -TODO: - -Mouse - -* smart exporters -* method confliction -* trait mechanism -* native traits - -MouseX - -* MouseX::Role::Parameterized - +TODO: + +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.