package Bread::Board::Declare::BlockInjection; use Moose; # ABSTRACT: subclass of Bread::Board::BlockInjection for Bread::Board::Declare =head1 DESCRIPTION This is a custom subclass of L which does the L role. See those two modules for more details. =cut extends 'Bread::Board::BlockInjection'; with 'Bread::Board::Declare::Role::Service'; __PACKAGE__->meta->make_immutable; no Moose; 1;