remove fixme
André Walker [Sun, 22 Jul 2012 20:04:59 +0000 (17:04 -0300)]
lib/Catalyst/IOC/Container.pm

index 0832f63..fbc1a7d 100644 (file)
@@ -743,12 +743,6 @@ sub get_all_components {
     my ($self, $class) = @_;
     my %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);