get_all_components is getting until we know what to do
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC / BlockInjection.pm
index 2e618d1..bdc5981 100644 (file)
@@ -2,10 +2,14 @@ package Catalyst::IOC::BlockInjection;
 use Moose;
 extends 'Bread::Board::BlockInjection';
 
-with 'Catalyst::IOC::Service::WithAcceptContext';
-with 'Catalyst::IOC::Service::WithParameters',
+with 'Catalyst::IOC::Service::WithAcceptContext',
+     'Catalyst::IOC::Service::WithParameters',
      'Bread::Board::Service::WithDependencies';
 
+has catalyst_component_name => (
+    is => 'ro',
+);
+
 __PACKAGE__->meta->make_immutable;
 
 no Moose; 1;