2b56fb63f24097a9ce0035747b048c58f595f478
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC / BlockInjection.pm
1 package Catalyst::IOC::BlockInjection;
2 use Moose;
3
4 extends 'Bread::Board::BlockInjection';
5
6 with 'Catalyst::IOC::Service::WithAcceptContext';
7
8 __PACKAGE__->meta->make_immutable;
9
10 no Moose;
11 1;
12
13 __END__
14
15 =pod
16
17 =head1 NAME
18
19 Catalyst::IOC::BlockInjection
20
21 =head1 AUTHORS
22
23 Catalyst Contributors, see Catalyst.pm
24
25 =head1 COPYRIGHT
26
27 This library is free software. You can redistribute it and/or modify it under
28 the same terms as Perl itself.
29
30 =cut