From #catalyst-dev before
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
f0ee3380 1Compatibility:
2 - Deal with component downwards compatibility in 5.71 (make 5.71 call
3 mooses construction logic so that attributes get initialized etc).
4 - Provide an extension so that components can have a Moose::Object
5 constructor and an @ISA which makes c3 happy on both 5.7X and 5.8X.
6a893485 6
a127b198 7 - $self->config should warn as config should only ever be called as a
8 class method.
9
79a3f142 10Testing:
6d27bb31 11
35ea2ce8 12 - Run more smokes
13
9de04be2 14Profiling:
2105b371 15
35ea2ce8 16 - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).