From: André Walker Date: Wed, 10 Aug 2011 18:04:46 +0000 (-0300) Subject: get_components_types_names() too X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0dad726f3ac800c26d3ed53dd7ec42f183c2818;p=catagits%2FCatalyst-Runtime.git get_components_types_names() too --- diff --git a/lib/Catalyst/IOC/Container.pm b/lib/Catalyst/IOC/Container.pm index 0a0407d..ad3e597 100644 --- a/lib/Catalyst/IOC/Container.pm +++ b/lib/Catalyst/IOC/Container.pm @@ -867,12 +867,6 @@ default component (such as default_view, if $sub_container is 'view'). If $name is a regexp, it returns an array of matching components. Otherwise, it looks for the component with name $name. -=head2 get_components_names_types - -Gets all components from all containers and returns them as an array of -arrayrefs containing the component name and the component type (i.e., whether -it's an instance or a class). - =head2 get_all_components Fetches all the components, in each of the sub_containers model, view and