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