diff options
| author | Mainframe2008 <thg.bot@gmail.com> | 2013-02-01 12:46:04 +0100 |
|---|---|---|
| committer | Mainframe2008 <thg.bot@gmail.com> | 2013-02-01 12:46:04 +0100 |
| commit | 2fd683a151a9a4bdaf64d44468fbde4fa5226602 (patch) | |
| tree | 30828b26fec5018a0185b08cd44660a8a2dfbc2f /lib/Net/Riak/Role/REST.pm | |
| parent | Added comments for searching using secondary indexes (diff) | |
| download | net-riak-2fd683a151a9a4bdaf64d44468fbde4fa5226602.tar.gz | |
Added support for searching with secondary indexes
Diffstat (limited to '')
| -rw-r--r-- | lib/Net/Riak/Role/REST.pm | 2 |
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); |
