Redact the fixing of Cache::Curried from the changelog as I didn't. Update TODO
[catagits/Catalyst-Runtime.git] / TODO
1   - Fix t/caf_backcompat_plugin_accessor_override.t
2   
3   - meta-method.diff test for MX::Emulate::CAF needed by 
4     ::Plugin::Cache::Curried
5
6   - Common engine test failures, look into and get tests into core.
7
8   - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" 
9     via package "Catalyst::Dispatcher", fix the plugin as tree was never 
10     a public method.
11
12   - Catalyst-Model-Akismet, incorrectly inherits from 
13     Catalyst::Component::InstancePerContext, should compose as a role. 
14     Fix the module.
15
16   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
17     table as methods, tests + fix?
18
19   - Update Test suite to not assume MyApp ISA Controller
20     - After that set up attr handlers that will output helpful error messages 
21       when you do it as well as how to fix it. (done already?)
22   
23   - Comments marked /Moose TODO/i in the code
24   
25   - Eliminate all instances of $instance->{$key}
26
27   - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate
28
29   - Profiling vs 5.70 and optimisation as needed.
30
31   - http://lists.scsys.co.uk/pipermail/catalyst-dev/2008-November/001546.html
32     - patch to list, andyg to look at?
33