liblog-gelf-util-perl/t/00_compile.t

10 lines
94 B
Perl

use strict;
use Test::More 0.98;
use_ok $_ for qw(
Log::GELF::Util
);
done_testing(1);