Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / TODO
diff --git a/TODO b/TODO
index 818ceae..e23142e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,7 @@
-TODO:\r
-\r
-Mouse\r
-\r
-* smart exporters\r
-* method confliction\r
-* trait mechanism\r
-* native traits\r
-\r
-MouseX\r
-\r
-* MouseX::Role::Parameterized\r
-\r
+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.