Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / TODO
1 TODO:
2
3 Makng subclasses of Mouse::Meta::* immutable breaks the classes.
4
5 If one want match_on_type(), it should be supported.
6
7 The 'handles' option for has() is not completely compatible with Moose.