The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use lib 't';
use Test::Siebel::Srvrmgr::ListParser::Output::Tabular;

my $fixed_test =
  Test::Siebel::Srvrmgr::ListParser::Output::Tabular->new(
    {
        structure_type => 'fixed',
        output_file    => [ 't', 'output', 'fixed', 'list_comp.txt' ]
    }
  );

Test::Class->runtests($fixed_test);