summaryrefslogtreecommitdiff
path: root/lib/Net/Riak/Role/REST.pm
diff options
context:
space:
mode:
authorMainframe2008 <thg.bot@gmail.com>2013-02-01 12:46:04 +0100
committerMainframe2008 <thg.bot@gmail.com>2013-02-01 12:46:04 +0100
commit2fd683a151a9a4bdaf64d44468fbde4fa5226602 (patch)
tree30828b26fec5018a0185b08cd44660a8a2dfbc2f /lib/Net/Riak/Role/REST.pm
parentAdded comments for searching using secondary indexes (diff)
downloadnet-riak-2fd683a151a9a4bdaf64d44468fbde4fa5226602.tar.gz
Added support for searching with secondary indexes
Diffstat (limited to '')
-rw-r--r--lib/Net/Riak/Role/REST.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Riak/Role/REST.pm b/lib/Net/Riak/Role/REST.pm
index 92ea3ae..dc8222a 100644
--- a/lib/Net/Riak/Role/REST.pm
+++ b/lib/Net/Riak/Role/REST.pm
@@ -70,7 +70,7 @@ sub new_request {
# makes a HTTP::Request returns and stores a HTTP::Response
sub send_request {
my ($self, $req) = @_;
-
+
$self->http_request($req);
my $r = $self->useragent->request($req);