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      - Waiting on new releases:
9        - Catalyst::Plugin::Authentication - 0.100092
10        - Catalyst::Action::RenderView     - 0.08
11
12      - MX::Emulate::CAF - list assignment (see notes in Upgrading.pod and
13        branch in svn)
14
15      - Catalyst::Plugin::Session::State::Cookie - cookie_name is undefined
16        unless explicitly configured because setup_session isn't executed.
17
18 Documentation:
19
20    - Catalyst/Upgrading.pod needs brushing up
21
22 Profiling:
23
24   - vs 5.70 and optimisation as needed.