Email various people to ask them to test. Can't really do anything if they won't...
[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      - Catalyst-Plugin-Authorization-ACL fails as 
17        Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
18        an exception. Needs a test case (Caelum)
19      
20      - Waiting on new releases:
21        - Catalyst::Plugin::Authentication - 0.100092
22        - Catalyst::Action::RenderView     - 0.08
23        - Catalyst::Plugin::DebugCookie    - 0.999002
24
25 Cleanups:
26
27   - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
28     disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
29
30 Documentation:
31
32    - Manual / Tutorial updates
33
34        - extends in components with attributes must be inside a BEGIN block.
35
36        - How to write Moosified Catalyst components.
37
38    - Catalyst/Upgrading.pod
39
40 Profiling:
41
42   - vs 5.70 and optimisation as needed.
43
44 Tests:
45
46   - Moosified test application?
47