From 031fdc9d1dd4ccf7c526b623c08afd5c4e528e67 Mon Sep 17 00:00:00 2001 From: Robin Edwards Date: Wed, 12 Oct 2011 22:08:09 +0100 Subject: fixed ws --- lib/Net/Riak.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Net/Riak.pm b/lib/Net/Riak.pm index 8ac536b..d4f8ef9 100644 --- a/lib/Net/Riak.pm +++ b/lib/Net/Riak.pm @@ -62,8 +62,8 @@ sub bucket { $client->setup_indexing("bucket_name"); ...adding documents to riak... my $response = $client->search( - index => 'bucket_name', - q => 'field:value' + index => 'bucket_name', + q => 'field:value' ); =head1 DESCRIPTION -- cgit v1.2.3