Actually add the plugin, and remove the TODO item
[catagits/Catalyst-Runtime.git] / TODO
1 Pending patches:
2   - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
3
4   - Adopt::NEXT
5      - updated docs with how to disable it (t0m/rafl)
6
7 Back-compat investigation / konwon issues:
8
9   - Common engine test failures, look into and get tests into core.
10
11   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
12     table as methods, tests + fix, or explanation and documentation?
13     (rafl & phaylon)
14
15   - Run another round of repository smokes against latest 5.80 trunk, manually
16     go through all the things which are broken (t0m).
17
18   - Issues with TWMC not being loaded when it used to be in 5.70 
19     (Bill Moseley)
20
21   - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
22
23
24 Cleanups:
25
26   - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" 
27     via package "Catalyst::Dispatcher", fix the plugin as tree was never 
28     a public method.
29
30   - Catalyst-Model-Akismet, incorrectly inherits from 
31     Catalyst::Component::InstancePerContext, should compose as a role. 
32     Fix the module.
33     
34   - Update Test suite to not assume MyApp ISA Controller
35     - After that set up attr handlers that will output helpful error messages 
36       when you do it as well as how to fix it. (done already?)
37
38   - Comments marked /Moose TODO/i in Catalyst::Request re {_body} (t0m)
39
40   - Eliminate all instances of $instance->{$key}, I think the only thing
41     left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
42     touched as it is used as an lvalue in a lot of places (t0m)
43
44   - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
45     disk and fix it. (Believed to be in the optional tests?) (t0m)
46
47 Documentation:
48
49    - extends in components must be inside a BEGIN block.
50
51    - How to write Moosified Catalyst components.
52
53    - Manual / Tutorial updates
54
55    - Fix the Roadmap to be less full of lies.
56
57 Profiling:
58
59   - vs 5.70 and optimisation as needed.
60
61 Tests:
62
63   - Moosified test application?