ca33efcb2e47f6c75220544b4b07536a03295f27
[catagits/Catalyst-Runtime.git] / TODO
1 Back-compat investigation:
2
3   - Get engines tested:
4     - Catalyst-Engine-HTTP-Prefork
5
6 Known issues:
7
8      - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" due
9        to Adopt::NEXT not remembering which setup methods were already called
10        and which not, like NEXT does. Log::Log4perl needs to be fixed and the
11        problem should be described in Upgrading.pod. (rafl)
12
13      - Waiting on new releases:
14        - Catalyst::Plugin::Authentication - 0.100092
15        - Catalyst::Action::RenderView     - 0.08
16        - Catalyst::Plugin::DebugCookie    - 0.999002
17        - CatalystX::CRUD                  - 0.38
18
19 Documentation:
20
21    - Manual / Tutorial updates
22
23        - extends in components with attributes must be inside a BEGIN block.
24
25        - How to write Moosified Catalyst components.
26
27    - Catalyst/Upgrading.pod
28
29 Profiling:
30
31   - vs 5.70 and optimisation as needed.