6e237a144554943efc667dece66a2d753f4676e3
[catagits/Catalyst-Runtime.git] / TODO
1 TODO for brach namespace_handling_refactor:
2
3 - refactor code in
4   * Catalyst::Dispatcher::get_containers           # No Idea
5   * Catalyst::Dispatcher::dispatch_type            # DONE
6
7   * Catalyst::Controller::_parse_ActionClass_attr  # DONE
8   * Catalyst::Dispatcher::_load_dispatch_types     # DONE
9   * Catalyst::setup_plugins                        # DONE
10   to use the same namespacing method
11
12 - Ok, so can you add tests for ->config(actions => { foo => { ActionClass => '+Bar' }});