From: Tomas Doran Date: Tue, 2 Aug 2011 20:58:01 +0000 (+0100) Subject: Think more about this X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bc06bcbb52291b4fbf751b62db568354c3dd4b9;p=catagits%2FCatalyst-Runtime.git Think more about this --- diff --git a/TODO b/TODO index 80d1f7b..6c74e14 100644 --- a/TODO +++ b/TODO @@ -148,10 +148,13 @@ after BUILD => sub { - + $class->container->get_sub_container('model')->make_single_default; + $class->container->get_sub_container('view')->make_single_default; + 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? + get_components_names_types - locate_components - +# FIXME - t0m, how do you feel about this name? +# also, do you think I should draw it here, or just return the data structure? +sub get_components_names_types { @@ -180,3 +183,4 @@ after BUILD => sub { - expand_component_module + - People wrapping locate_components in Catalyst.pm