Ugh, GLOB crapping doesn't even happen every time, it's not important for 5.80, give up.
[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      - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
14        fail tests against 5.80 (karpet)
15
16      - Waiting on new releases:
17        - Catalyst::Plugin::Authentication - 0.100092
18        - Catalyst::Action::RenderView     - 0.08
19        - Catalyst::Plugin::DebugCookie    - 0.999002
20
21 Documentation:
22
23    - Manual / Tutorial updates
24
25        - extends in components with attributes must be inside a BEGIN block.
26
27        - How to write Moosified Catalyst components.
28
29    - Catalyst/Upgrading.pod
30
31 Profiling:
32
33   - vs 5.70 and optimisation as needed.