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

10 lines
94 B
Perl
Raw Normal View History

2018-02-25 14:46:41 +01:00
use strict;
use Test::More 0.98;
use_ok $_ for qw(
Log::GELF::Util
);
done_testing(1);