rewrote _get_component_type_name
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 8d566ec..71b7c43 100644 (file)
@@ -2300,9 +2300,7 @@ The C<setup_components> config option is passed to both of the above methods.
 
 =cut
 
-sub setup_components {
-    shift->container->setup_components();
-}
+sub setup_components { shift->container->setup_components }
 
 =head2 locate_components