s/Unqlite/UnQLite/g

This commit is contained in:
tokuhirom 2013-07-04 04:01:54 +09:00
parent 15245d2e1c
commit 2e3159537d
9 changed files with 48 additions and 46 deletions

View file

@ -2,7 +2,7 @@ use strict;
use Test::More;
use_ok $_ for qw(
Unqlite
UnQLite
);
done_testing;