summaryrefslogtreecommitdiff
path: root/lib/Net/Riak/Role/REST.pm
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2013-03-01 02:04:58 -0800
committerRobin Edwards <robin.ge@gmail.com>2013-03-01 02:04:58 -0800
commit5f99cd866eb23113ea46ac78720f5608c54982ce (patch)
tree3c35ac04f3d748942c2e973e6f42164ff02e4316 /lib/Net/Riak/Role/REST.pm
parentUpdate changelog (diff)
parent*Added secondary index support using method names from the riak python (diff)
downloadnet-riak-5f99cd866eb23113ea46ac78720f5608c54982ce.tar.gz
Merge pull request #22 from Mainframe2008/master
Secondary index support
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 73b3c2a..11e6e0e 100644
--- a/lib/Net/Riak/Role/REST.pm
+++ b/lib/Net/Riak/Role/REST.pm
@@ -66,7 +66,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);