A little POD
[catagits/Catalyst-Runtime.git] / lib / Catalyst / BlockInjection.pm
1 package Catalyst::BlockInjection;
2 use Moose;
3
4 extends 'Bread::Board::BlockInjection';
5
6 with 'Catalyst::Service::WithContext';
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::BlockInjection
20
21 =head1 AUTHOR
22
23 AndrĂ© Walker
24
25 =head1 LICENSE
26
27 This library is free software; you can redistribute it and/or modify
28 it under the same terms as Perl itself.
29
30 =cut