Clean up around method modifier
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
f6ba9b54 1 - Fix t/caf_backcompat_plugin_accessor_override.t
2
24e6a237 3 - meta-method.diff test for MX::Emulate::CAF needed by
02570318 4 Catalyst::Plugin::Cache::Curried
dae2b0fa 5
2105b371 6 - Common engine test failures, look into and get tests into core.
7
24e6a237 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.
2105b371 11
24e6a237 12 - Catalyst-Model-Akismet, incorrectly inherits from
13 Catalyst::Component::InstancePerContext, should compose as a role.
14 Fix the module.
2105b371 15
24e6a237 16 - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol
17 table as methods, tests + fix?
8610de43 18
2105b371 19 - Update Test suite to not assume MyApp ISA Controller
24e6a237 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?)
2105b371 22
02570318 23 - Comments marked /Moose TODO/i in Catalyst::Request re {_body}
2105b371 24
02570318 25 - Eliminate all instances of $instance->{$key}, I think the only thing
26 left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
27 touched as it is used as an lvalue in a lot of places.
2105b371 28
02570318 29 - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate.
2105b371 30
31 - Profiling vs 5.70 and optimisation as needed.
32
8610de43 33 - http://lists.scsys.co.uk/pipermail/catalyst-dev/2008-November/001546.html
34 - patch to list, andyg to look at?
35
02570318 36 - Fix the Roadmap to be less full of lies.
37
38 - Run another round of repository smokes against latest 5.80 trunk, manually
39 go through all the things which are broken.