package LIMS::Local::Reports;
# all functions tarnsferred to LIMS::Local::LIMS for sharing with L::L::EmailAlert
# except for loading C::Role methods
use Moose;
extends 'LIMS::Local::LIMS';
with (
'LIMS::Controller::Roles::DataMap',
'LIMS::Controller::Roles::RecordHandler',
'LIMS::Controller::Roles::ResultHandler',
);
__PACKAGE__->meta->make_immutable;
1;