X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FIOC%2FContainer.pm;h=953de4a2bd71cbd532eb85ae818e5f54f30dad99;hb=409db9cb04522ce3d3ea0785a41254dac0396bd0;hp=11239e431f25d9612ec4728a8530e93a5524759b;hpb=61fd7cc3d8d53f025944e4945352af97c02594c7;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/IOC/Container.pm b/lib/Catalyst/IOC/Container.pm index 11239e4..953de4a 100644 --- a/lib/Catalyst/IOC/Container.pm +++ b/lib/Catalyst/IOC/Container.pm @@ -471,6 +471,7 @@ sub find_component_regexp { return @result; } +# FIXME sorry for the name again :) sub get_components_types { my ( $self ) = @_; my @comps_types; @@ -538,6 +539,8 @@ Catalyst::Container - IOC for Catalyst components =head2 get_component_from_sub_container +=head2 get_components_types + =head2 find_component =head2 find_component_regexp