X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=2c419a7afa262e0f810ee9c2d76a1b17659ac102;hp=f43c21abcaf6fc125eb8c9dd7ceb0359c2b112cf;hb=4c4755ce543e6b9aad423ccce86857a9815705f4;hpb=b4a7db0b02d64d5a1ebaa229a55b2b1013bf1d6c diff --git a/TODO b/TODO index f43c21a..2c419a7 100644 --- a/TODO +++ b/TODO @@ -123,6 +123,11 @@ after BUILD => sub { ### To polish off / t0m review + locate_components service vs setup_components method + - can we be more lazy? + - should setup_components be a service that things like the ->component lookup + can depend on? + - my $accept_context_args = $self->param('accept_context_args'); + my $accept_context_args = $params{accept_context_args}; ^^ This (may be) wrong! I am thinking the service should be allowed to mangle the