Update TODO.
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
44f879d3 1Known issues:
6a893485 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)
c571d2c8 7
dc0e73a3 8 - Waiting on new releases:
9 - Catalyst::Plugin::Authentication - 0.100092
2b327b1f 10 - Catalyst::Action::RenderView - 0.08
8a440eba 11
9db30915 12 - MX::Emulate::CAF - list assignment (see notes in Upgrading.pod and
cb092ef3 13 branch in svn)
9de04be2 14
9db30915 15 - Catalyst::Plugin::Session::State::Cookie - cookie_name is undefined
16 unless explicitly configured because setup_session isn't executed.
17
cb092ef3 18Documentation:
9de04be2 19
cb092ef3 20 - Catalyst/Upgrading.pod needs brushing up
44f879d3 21
9de04be2 22Profiling:
2105b371 23
9de04be2 24 - vs 5.70 and optimisation as needed.