same for SubContainer.pm
André Walker [Fri, 29 Jul 2011 21:32:20 +0000 (18:32 -0300)]
lib/Catalyst/IOC/SubContainer.pm

index eadc933..4870bf0 100644 (file)
@@ -59,7 +59,8 @@ Catalyst::IOC::SubContainer - Container for models, controllers and views
 
 =head2 get_component
 
-Gets the service of the container for the searched component. Also executes the ACCEPT_CONTEXT sub in the component, if it exists.
+Gets the service of the container for the searched component. Also executes
+the ACCEPT_CONTEXT sub in the component, if it exists.
 
 =head2 get_component_regexp
 
@@ -67,7 +68,8 @@ Gets all components from container that match a given regexp.
 
 =head2 make_single_default
 
-If the container has only one component, and no default has been defined, this method makes that one existing service the default.
+If the container has only one component, and no default has been defined,
+this method makes that one existing service the default.
 
 =head1 AUTHORS