basic kvs features
This commit is contained in:
commit
0ea8c2d0a2
17 changed files with 68963 additions and 0 deletions
40
lib/Unqlite.pm
Normal file
40
lib/Unqlite.pm
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue