updated docs

This commit is contained in:
tokuhirom 2013-07-03 17:29:10 +09:00
parent 78e193a02f
commit c593f5aa9a
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,8 @@ This module is Perl5 binding for Unqlite.
If you want to know more information about Unqlite, see [http://unqlite.org/](http://unqlite.org/). If you want to know more information about Unqlite, see [http://unqlite.org/](http://unqlite.org/).
Current version of Unqlite.pm supports only some `kv_*` methods. Patches welcome.
# METHODS # METHODS
- `my $db = Unqlite->open('foo.db'[, $mode]);` - `my $db = Unqlite->open('foo.db'[, $mode]);`

View file

@ -35,6 +35,8 @@ This module is Perl5 binding for Unqlite.
If you want to know more information about Unqlite, see L<http://unqlite.org/>. If you want to know more information about Unqlite, see L<http://unqlite.org/>.
Current version of Unqlite.pm supports only some C<kv_*> methods. Patches welcome.
=head1 METHODS =head1 METHODS
=over 4 =over 4