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