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 strict;
use Test::More;

use App::YG::Apache::Combined;

{
    # labels
    my $labels = App::YG::Apache::Combined::labels();
    is ref($labels), 'ARRAY', 'type of value';
}

done_testing;