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 Test::Siebel::Srvrmgr::Daemon::Action::Check::Component;

use Moose;
use namespace::autoclean;

# this role demands to define the methods below
with 'Siebel::Srvrmgr::Daemon::Action::Check::Component';

__PACKAGE__->meta->make_immutable;