some playing
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC / Container.pm
index 89169de..7a0d65f 100644 (file)
@@ -639,6 +639,9 @@ sub get_all_components {
     # FIXME - if we're getting from these containers, we need to either:
     #   - pass 'ctx' and 'accept_context_args' OR
     #   - make these params optional
+    # big problem when setting up the dispatcher - this method is called
+    # as $container->get_all_components('MyApp'). What to do with Request
+    # life cycles?
     foreach my $type (qw/model view controller /) {
         my $container = $self->get_sub_container($type);