Add docs, and don't bother to make components mutable if you can detect packages...
[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
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
9de04be2 23Profiling:
2105b371 24
35ea2ce8 25 - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).