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