X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=842e74c9463ef87c56762fc2c1232ddc7dfa3ac3;hb=ca35f958d7ba5bdb610a2d9ea3a0050e7b6c8ba8;hp=94d2badb79c2f124e177d3e81edfd1976c090514;hpb=b8c160a4a02cba800468b8bba63e244da662b694;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 94d2bad..842e74c 100644 --- a/TODO +++ b/TODO @@ -101,10 +101,8 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree - expand_component_module - - sugar is still not completely implemented - - Some back compat - - wrappers around setup_component, setup_components, locate_components in Catalyst.pm + - wrappers around setup_component, setup_components in Catalyst.pm - $instance->expand_modules - search_extra - Crazy tests for things such as: @@ -119,6 +117,7 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree - per request life cycle - sugar - we should discuss the syntax with rafl and edenc + - what's missing? - when / when not COMPONENT should be called @@ -153,8 +152,6 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree - make ACCEPT_CONTEXT and COMPONENT optional in Catalyst::IOC::BlockInjection and Catalyst::IOC::ConstructorInjection - Create COMPONENTSingleton life cycle - - Creating service()-like sugar for component - - Test cases for extending the container in an application. - Using the sugar added in the previous item - Test when Model::Foo depends_on Model::Bar