Update TODO
[catagits/Catalyst-Runtime.git] / TODO
1 Known issues:
2
3 Documentation:
4
5    - Catalyst/Upgrading.pod needs brushing up
6
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
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
12    - Run more smokes
13
14    - Test/document ->Class::MOP::Object::meta call in ::ClassData
15
16    - Change dispatcher and upgrade docs appropriately (no new method needed)
17
18    - Using anything ::[CMV]:: should warn (once, on boot).
19
20    - TestApp should not use NEXT. There should be a TestAppNEXTCompat
21      which does but is standalone..
22
23 Profiling:
24
25   - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).