basic kvs features

This commit is contained in:
tokuhirom 2013-07-03 17:17:17 +09:00
commit 0ea8c2d0a2
17 changed files with 68963 additions and 0 deletions

9
t/00_compile.t Normal file
View file

@ -0,0 +1,9 @@
use strict;
use Test::More;
use_ok $_ for qw(
Unqlite
);
done_testing;