Update TODO list in Cat5.80 to be relevant. If there are any items missing here,...
[catagits/Catalyst-Runtime.git] / TODO
1   - Class::Accessor::Fast extra compatibility methods for MX::Emulate::CAF - groditi
2     - Tests for uses of C::A::F from Catalyst repos. - t0m
3
4   - Finish off and CPAN Class::C3::Adopt::NEXT - rafl 
5     - More POD - t0m
6     - Make core use it.
7     - Simple test for next compat in core.
8
9   - Common engine test failures, look into and get tests into core.
10
11   - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" via package "Catalyst::Dispatcher", fix the plugin as tree was never a public method.
12
13   - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module.
14
15   - Catalyst-Model-DBIC-Schema (MojoMojo test suite), test failure for the core distribution (marcus)
16
17   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 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 when you do it as well as how to fix it. (done already?)
21   
22   - Comments marked /Moose TODO/i in the code
23   
24   - Eliminate all instances of $instance->{$key}
25
26   - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate
27
28   - Profiling vs 5.70 and optimisation as needed.
29