Update TODO.
[catagits/Catalyst-Runtime.git] / TODO
1 Known issues:
2
3      - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" due
4        to Adopt::NEXT not remembering which setup methods were already called
5        and which not, like NEXT does. Log::Log4perl needs to be fixed and the
6        problem should be described in Upgrading.pod. (rafl)
7
8      - MX::Emulate::CAF - list assignment (see notes in Upgrading.pod and
9        branch in svn)
10
11 Documentation:
12
13    - Catalyst/Upgrading.pod needs brushing up
14
15    - Warning when you pass $c->model("MyApp::Model::Foo") is the generic 
16      warning for regex fall back. Should be more specific about what you 
17      screwed up, and the docs for $c->model should be more explicit about
18      what is expected. This probably also applies to view/controller.
19
20 Profiling:
21
22   - vs 5.70 and optimisation as needed.