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
9db30915 8 - MX::Emulate::CAF - list assignment (see notes in Upgrading.pod and
cb092ef3 9 branch in svn)
9de04be2 10
cb092ef3 11Documentation:
9de04be2 12
cb092ef3 13 - Catalyst/Upgrading.pod needs brushing up
44f879d3 14
6d27bb31 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
9de04be2 20Profiling:
2105b371 21
9de04be2 22 - vs 5.70 and optimisation as needed.