10 lines
94 B
Perl
10 lines
94 B
Perl
use strict;
|
|
use Test::More 0.98;
|
|
|
|
use_ok $_ for qw(
|
|
Log::GELF::Util
|
|
);
|
|
|
|
done_testing(1);
|
|
|