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

10 lines
95 B
Perl

use strict;
use Test::More 0.98;
use_ok $_ for qw(
Log::Dispatch::Gelf
);
done_testing;