basic kvs features
This commit is contained in:
commit
0ea8c2d0a2
17 changed files with 68963 additions and 0 deletions
9
t/00_compile.t
Normal file
9
t/00_compile.t
Normal file
|
@ -0,0 +1,9 @@
|
|||
use strict;
|
||||
use Test::More;
|
||||
|
||||
use_ok $_ for qw(
|
||||
Unqlite
|
||||
);
|
||||
|
||||
done_testing;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue