X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=7d3486343290ad54d89c890a0ac50fa2f9662203;hb=39fc6508fb05c3bfdf07166a3c77071ff29fb7c1;hp=8c5bc680f1fb3cc8666ec0a77f5c0a059c4659e9;hpb=cafbc7d5e4b34ef08cc52a783fa55741d2f11407;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 8c5bc68..7d34863 100644 --- a/TODO +++ b/TODO @@ -22,4 +22,15 @@ Proposed functionality / feature additions: See also: Catalyst::Plugin::Log::Dispatch and http://github.com/willert/catalyst-plugin-log4perl-simple/tree +TODO for brach namespace_handling_refactor: +- refactor code in + * Catalyst::Dispatcher::get_containers # No Idea + * Catalyst::Dispatcher::dispatch_type # DONE + + * Catalyst::Controller::_parse_ActionClass_attr # DONE + * Catalyst::Dispatcher::_load_dispatch_types # DONE + * Catalyst::setup_plugins # DONE + to use the same namespacing method + +- Ok, so can you add tests for ->config(actions => { foo => { ActionClass => '+Bar' }});