Fix pod typo.
[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
9db30915 8 - MX::Emulate::CAF - list assignment (see notes in Upgrading.pod and
cb092ef3 9 branch in svn)
9de04be2 10
9db30915 11 - Catalyst::Plugin::Session::State::Cookie - cookie_name is undefined
12 unless explicitly configured because setup_session isn't executed.
13
cb092ef3 14Documentation:
9de04be2 15
cb092ef3 16 - Catalyst/Upgrading.pod needs brushing up
44f879d3 17
9de04be2 18Profiling:
2105b371 19
9de04be2 20 - vs 5.70 and optimisation as needed.