Note that regex fallback errors and docs could be more helpful
[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      - Catalyst::Plugin::Session::State::Cookie - cookie_name is undefined
12        unless explicitly configured because setup_session isn't executed.
13
14 Documentation:
15
16    - Catalyst/Upgrading.pod needs brushing up
17
18    - Warning when you pass $c->model("MyApp::Model::Foo") is the generic 
19      warning for regex fall back. Should be more specific about what you 
20      screwed up, and the docs for $c->model should be more explicit about
21      what is expected. This probably also applies to view/controller.
22
23 Profiling:
24
25   - vs 5.70 and optimisation as needed.