added todo list
[catagits/CatalystX-Declare.git] / Todo
1
2 Namespacing:
3     * Make sure all ::Foo specifications are correctly resolved.
4     * Include new namespacing support
5
6 Organisational:
7     * Move action handling logic to optional component handler
8     * Derive controller from component
9
10 Features:
11     * Implement optional view, model and component keywords
12
13 MooseX::Declare:
14     * Allow for optinoal_keywords
15     * Implement import handling, e.g. use MX:Declare qw( -class +view )