now using BlockInjection, replacing all calls to _filter_component
[catagits/Catalyst-Runtime.git] / lib / Catalyst / BlockInjection.pm
CommitLineData
38215fbf 1package Catalyst::BlockInjection;
5fabf3ec 2use Moose;
3
38215fbf 4extends 'Bread::Board::BlockInjection';
5fabf3ec 5
6with 'Catalyst::Service::WithContext';
7
8__PACKAGE__->meta->make_immutable;
9
10no Moose;
111;