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