From c593f5aa9a56672d10721217ab697ee02aa16e1a Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Wed, 3 Jul 2013 17:29:10 +0900 Subject: [PATCH] updated docs --- README.md | 2 ++ lib/Unqlite.pm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index ea3edd9..fe96cf9 100644 --- a/README.md +++ b/README.md @@ -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/). +Current version of Unqlite.pm supports only some `kv_*` methods. Patches welcome. + # METHODS - `my $db = Unqlite->open('foo.db'[, $mode]);` diff --git a/lib/Unqlite.pm b/lib/Unqlite.pm index c444f3e..0990921 100644 --- a/lib/Unqlite.pm +++ b/lib/Unqlite.pm @@ -35,6 +35,8 @@ This module is Perl5 binding for Unqlite. If you want to know more information about Unqlite, see L. +Current version of Unqlite.pm supports only some C methods. Patches welcome. + =head1 METHODS =over 4