Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / TODO
diff --git a/TODO b/TODO
index a750ea4..e23142e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
-TODO
-====
+TODO:
 
-all todoes are finished.
+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.