summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/Bread/Board/Literal.pm
blob: bf5944af0a1e207e6692806c56b418faa802daf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package MooseX::Bread::Board::Literal;
use Moose;

extends 'Bread::Board::Literal';
with 'MooseX::Bread::Board::Role::Service';

__PACKAGE__->meta->make_immutable;
no Moose;

1;