Actually, remove this as I have covered it all. We later need to be able to warn...
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
44f879d3 1Known issues:
6a893485 2
cb092ef3 3Documentation:
9de04be2 4
cb092ef3 5 - Catalyst/Upgrading.pod needs brushing up
44f879d3 6
a541abb8 7 - Warning when you pass $c->model("MyApp::Model::Foo") is the generic
8 warning for regex fall back. Should be more specific about what you
6d27bb31 9 screwed up, and the docs for $c->model should be more explicit about
10 what is expected. This probably also applies to view/controller.
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!).