diff options
| author | gmaurice <germain.maurice@linkfluence.net> | 2011-06-22 19:27:21 +0200 |
|---|---|---|
| committer | gmaurice <germain.maurice@linkfluence.net> | 2011-06-22 19:27:21 +0200 |
| commit | 9e4c681beae5a7a223cf84d411a12a1ccb3daa6f (patch) | |
| tree | 56c7c80da828556cf549559a14bcbe0a4b3d8dbf /lib/Net/Riak.pm | |
| parent | prepared for release (diff) | |
| download | net-riak-9e4c681beae5a7a223cf84d411a12a1ccb3daa6f.tar.gz | |
add basic support of riaksearch (need to see what is missed)
Diffstat (limited to '')
| -rw-r--r-- | lib/Net/Riak.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Riak.pm b/lib/Net/Riak.pm index 61f73aa..3210007 100644 --- a/lib/Net/Riak.pm +++ b/lib/Net/Riak.pm @@ -14,7 +14,7 @@ has client => ( is => 'rw', isa => Client_T, required => 1, - handles => [qw/is_alive all_buckets server_info stats/] + handles => [qw/is_alive all_buckets server_info stats search/] ); sub BUILDARGS { |
