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

40
lib/Unqlite.pm Normal file
View file

@ -0,0 +1,40 @@
package Unqlite;
use 5.008005;
use strict;
use warnings;
our $VERSION = "0.01";
use XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);
1;
__END__
=encoding utf-8
=head1 NAME
Unqlite - It's new $module
=head1 SYNOPSIS
use Unqlite;
=head1 DESCRIPTION
Unqlite is ...
=head1 LICENSE
Copyright (C) tokuhirom.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 AUTHOR
tokuhirom E<lt>tokuhirom@gmail.comE<gt>
=cut