The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Bread::Board::Declare::BlockInjection;
BEGIN {
  $Bread::Board::Declare::BlockInjection::AUTHORITY = 'cpan:DOY';
}
{
  $Bread::Board::Declare::BlockInjection::VERSION = '0.15';
}
use Moose;
# ABSTRACT: subclass of Bread::Board::BlockInjection for Bread::Board::Declare


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

__PACKAGE__->meta->make_immutable;
no Moose;

1;

__END__

=pod

=head1 NAME

Bread::Board::Declare::BlockInjection - subclass of Bread::Board::BlockInjection for Bread::Board::Declare

=head1 VERSION

version 0.15

=head1 DESCRIPTION

This is a custom subclass of L<Bread::Board::BlockInjection> which does the
L<Bread::Board::Declare::Role::Service> role. See those two modules for more
details.

=head1 AUTHOR

Jesse Luehrs <doy@tozt.net>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Jesse Luehrs.

This is free software, licensed under:

  The MIT (X11) License

=cut