split out methods to show rafl what I mean
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
ae29b412 1Known issues:
2
3Documentation:
4
ef5fb74d 5 - Catalyst/Upgrading.pod needs brushing up
ae29b412 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
ef5fb74d 14 - Using anything ::[CMV]:: should warn (once, on boot).
15
16 - TestApp should not use NEXT. There should be a TestAppNEXTCompat
17 which does but is standalone..
ae29b412 18
19Profiling:
20
21 - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).