From: André Walker Date: Sun, 22 Jul 2012 20:04:59 +0000 (-0300) Subject: remove fixme X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fb74321b19e50e755b53f7f537de0079ceee9e91 remove fixme --- diff --git a/lib/Catalyst/IOC/Container.pm b/lib/Catalyst/IOC/Container.pm index 0832f63..fbc1a7d 100644 --- a/lib/Catalyst/IOC/Container.pm +++ b/lib/Catalyst/IOC/Container.pm @@ -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);