c891eccbac2d4866a50bbe50a00820a35740a926
[catagits/Catalyst-Runtime.git] / TODO
1 Back-compat investigation:
2
3   - Get engines tested:
4     - Catalyst-Engine-Zeus
5     - Catalyst-Engine-XMPP2
6     - Catalyst-Engine-HTTPEngine
7     - Catalyst-Engine-HTTP-Prefork
8     - Catalyst-Engine-Wx
9
10 Known issues:
11
12      - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" due
13        to Adopt::NEXT not remembering which setup methods were already called
14        and which not, like NEXT does. Log::Log4perl needs to be fixed and the
15        problem should be described in Upgrading.pod. (rafl)
16
17      - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
18        fail tests against 5.80 (karpet)
19
20      - Catalyst-Plugin-Authorization-ACL fails as 
21        Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
22        an exception. Needs a test case (Caelum)
23      
24      - Waiting on new releases:
25        - Catalyst::Plugin::Authentication - 0.100092
26        - Catalyst::Action::RenderView    - 0.08
27        - Catalyst::Plugin::DebugCookie'    - 0.999002
28
29 Cleanups:
30
31   - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
32     disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
33
34 Documentation:
35
36    - Manual / Tutorial updates
37
38        - extends in components with attributes must be inside a BEGIN block.
39
40        - How to write Moosified Catalyst components.
41
42    - Catalyst/Upgrading.pod
43
44 Reported bugs:
45
46    - Issues with TWMC not being loaded when it used to be in 5.70 
47      (Bill Moseley)
48
49 Profiling:
50
51   - vs 5.70 and optimisation as needed.
52
53 Tests:
54
55   - Moosified test application?
56