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