summaryrefslogtreecommitdiffstats
path: root/lib/Bread/Board/Declare/ConstructorInjection.pm
blob: 3d2a2c57ff50b9682b456e4dc700e7a78238fed6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package Bread::Board::Declare::ConstructorInjection;
use Moose;
# ABSTRACT: subclass of Bread::Board::ConstructorInjection for Bread::Board::Declare

=head1 DESCRIPTION

=cut

extends 'Bread::Board::ConstructorInjection';
with 'Bread::Board::Declare::Role::Service';

__PACKAGE__->meta->make_immutable;
no Moose;

1;