From: André Walker Date: Thu, 21 Jul 2011 20:42:45 +0000 (-0300) Subject: FIXME, and POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=409db9cb04522ce3d3ea0785a41254dac0396bd0 FIXME, and POD --- 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