The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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<Bread::Board::Literal> which does the
L<Bread::Board::Declare::Role::Service> role. See those two modules for more
details.

=head1 AUTHOR

Jesse Luehrs <doy at tozt dot net>

=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