package Bread::Board::Declare::Literal; BEGIN { $Bread::Board::Declare::Literal::AUTHORITY = 'cpan:DOY'; } { $Bread::Board::Declare::Literal::VERSION = '0.13'; } use Moose; # ABSTRACT: subclass of Bread::Board::Literal for Bread::Board::Declare extends 'Bread::Board::Literal'; with 'Bread::Board::Declare::Role::Service'; __PACKAGE__->meta->make_immutable; no Moose; 1; __END__ =pod =head1 NAME Bread::Board::Declare::Literal - subclass of Bread::Board::Literal for Bread::Board::Declare =head1 VERSION version 0.13 =head1 DESCRIPTION This is a custom subclass of L which does the L role. See those two modules for more details. =head1 AUTHOR Jesse Luehrs =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2013 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut