A little POD
[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;
bf3c8088 12
13__END__
14
15=pod
16
17=head1 NAME
18
19Catalyst::BlockInjection
20
21=head1 AUTHOR
22
23André Walker
24
25=head1 LICENSE
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself.
29
30=cut