9 lines
78 B
Perl
9 lines
78 B
Perl
use strict;
|
|
use Test::More;
|
|
|
|
use_ok $_ for qw(
|
|
UnQLite
|
|
);
|
|
|
|
done_testing;
|
|
|