subclassing Bread::Board::Service to replace _filter_component
[catagits/Catalyst-Runtime.git] / lib / Catalyst / BlockInjection.pm
1 package Catalyst::BlockInjection;
2 use Moose;
3
4 extends 'Bread::Board::BlockInjection';
5
6 with 'Catalyst::Service::WithContext';
7
8 __PACKAGE__->meta->make_immutable;
9
10 no Moose;
11 1;