tests with perl 5.14 produce deprecation warnings (Todd Rinaldo)
[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.