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