get_all_components is getting until we know what to do
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC / BlockInjection.pm
index 5528537..bdc5981 100644 (file)
@@ -6,6 +6,10 @@ 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;