X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FIOC%2FContainer.pm;h=93e953a5f1ec48ba8e936b7cb8280f46de629681;hb=94e35f0004f8ff1be9d44f8f9527c6718044729d;hp=7a0d65f938da75b12b76c139caff4ed0163455a3;hpb=576d8ab82ede7893d118679e0df1e7675e53c446;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/IOC/Container.pm b/lib/Catalyst/IOC/Container.pm index 7a0d65f..93e953a 100644 --- a/lib/Catalyst/IOC/Container.pm +++ b/lib/Catalyst/IOC/Container.pm @@ -648,6 +648,8 @@ sub get_all_components { for my $component ($container->get_service_list) { my $comp_service = $container->get_service($component); + warn "getting $component in $class, type $type"; + $components{$comp_service->catalyst_component_name} = $comp_service->get(ctx => $class); } }