summary refs log tree commit diff
path: root/lib/Net/Riak.pm
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2011-08-08 12:10:17 +0100
committerRobin Edwards <robin.ge@gmail.com>2011-08-08 12:10:17 +0100
commitc1adba90b5092c9adc5594d59927362afb070e07 (patch)
treefd0bf8adaa354260e2dbdff6a961b059d6779133 /lib/Net/Riak.pm
parentnew release adds status line on unexpected response (diff)
downloadnet-riak-c1adba90b5092c9adc5594d59927362afb070e07.tar.gz
ammended error in synopsis
Diffstat (limited to '')
-rw-r--r--lib/Net/Riak.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Net/Riak.pm b/lib/Net/Riak.pm
index 61f73aa..f2a9403 100644
--- a/lib/Net/Riak.pm
+++ b/lib/Net/Riak.pm
@@ -42,7 +42,6 @@ sub bucket {
     my $client = Net::Riak->new(
         host => 'http://10.0.0.40:8098',
         ua_timeout => 900,
-        disable_return_body => 1
     );
 
     # Or PBC interface.
@@ -115,7 +114,7 @@ timeout for L<LWP::UserAgent> in seconds, defaults to 3.
 
 Disable returning of object content in response in a store operation.
 
-If set  to true and the object has siblings these will not be available without an additional fetch.
+If set to true and the object has siblings these will not be available without an additional fetch.
 
 This will become the default behaviour in 0.17