Fix for SL4A where mro.pm doesn't exist even if Perl >= 5.10.0
[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.