Bump the dep - fixes Data::Page issues etc
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
059c085b 1 - Add Class::Accessor compats
2 * Catalyst::Request
3 * Catalyst::Response
4 * Catalyst::Dispatcher
5 * Catalyst::Request::Upload
6 * Catalyst::Action
7 * Catalyst::ActionChain
8 * Catalyst::ActionContainer
9
10 - Make classes immutable at setup() time
11
e63bdf38 12
13 - GRODITI's list:
b6d4ee6e 14 * Update Test suite to not assume MyApp ISA Controller
15 - After that I'll set up attr handlers that will output helpful
16 error messages when you do it as well as how to fix it.
e63bdf38 17 * comments marked /Moose TODO/i in the code
18 * Fix the CDI compat hack so we can start moving to immutable
19 * Profile before and after immutable.
0bc4c3ab 20 * Now would be a good time to lay ground for the App / Ctx split
21 * Howto mantain branch in sync with the latest checkins ?
22 * Eliminate all instances of $instance->{$key}
23 * MooseX::Emulate::CAF seems to be working like a charm :)
24 * General code cleanups can't hurt
25 * How do we move from NEXT to C3 ? I have never used either of them
26 - What does the lineraized mro look like when we are using moose
27 method modifiers?
28 - Does they all get clumped together or what? Is it a non-issue?