From e92a9f2188feff7550f123da07121d57c9c0d95e Mon Sep 17 00:00:00 2001
From: Yuriy Nevinitsin <nevinitsin@corp.mail.ru>
Date: Mon, 30 Jan 2012 20:49:13 +0400
Subject: [PATCH] [connector][perl] fix documentation

---
 connector/perl/lib/MR/Tarantool/Box.pm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/connector/perl/lib/MR/Tarantool/Box.pm b/connector/perl/lib/MR/Tarantool/Box.pm
index 0e8279f4f1..0f5dc3f6f5 100644
--- a/connector/perl/lib/MR/Tarantool/Box.pm
+++ b/connector/perl/lib/MR/Tarantool/Box.pm
@@ -79,7 +79,7 @@ use constant {
 sub IPROTOCLASS () { 'MR::IProto' }
 
 use vars qw/$VERSION %ERRORS/;
-$VERSION = 0.0.11;
+$VERSION = 0.0.12;
 
 BEGIN { *confess = \&MR::IProto::confess }
 
@@ -834,6 +834,12 @@ Specify storage (by id or name) space to select from.
 
 Specify index (by id or name) to use.
 
+=item B<limit> => $limit_uint32
+
+Max tuples to select. It is set to C<< scalar @keys >> by default.
+To select all tuples (for example, using non-unique index), you
+should supply a big number here.
+
 =item B<raw> => $bool
 
 Don't C<hashify> (see L</new>).
-- 
GitLab