same for SubContainer.pm
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC / SubContainer.pm
index 9ac735c..4870bf0 100644 (file)
@@ -1,7 +1,6 @@
 package Catalyst::IOC::SubContainer;
 use Bread::Board;
 use Moose;
-use Catalyst::IOC::BlockInjection;
 
 extends 'Bread::Board::Container';
 
@@ -60,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
 
@@ -68,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