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

10 lines
95 B
Perl
Raw Normal View History

2018-02-25 14:27:18 +01:00
use strict;
use Test::More 0.98;
use_ok $_ for qw(
Log::Dispatch::Gelf
);
done_testing;