X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=6c74e1441d9e0c723ab16e06e2152b78f9eae6a5;hp=80d1f7b02b706933116198d0da48265375d344f7;hb=5bc06bcbb52291b4fbf751b62db568354c3dd4b9;hpb=d9661bfabe618bf9c73c03bfcca283690fd148ca 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