summaryrefslogtreecommitdiff
path: root/lib/Net/Riak/Client.pm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/Net/Riak/Client.pm11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/Net/Riak/Client.pm b/lib/Net/Riak/Client.pm
index fb4ce68..19d172f 100644
--- a/lib/Net/Riak/Client.pm
+++ b/lib/Net/Riak/Client.pm
@@ -3,13 +3,12 @@ package Net::Riak::Client;
use Moose;
use MIME::Base64;
-with qw/Net::Riak::Role::REST Net::Riak::Role::UserAgent/;
+with qw/
+ Net::Riak::Role::REST
+ Net::Riak::Role::UserAgent
+ Net::Riak::Role::Hosts
+ /;
-has host => (
- is => 'rw',
- isa => 'Str',
- default => 'http://127.0.0.1:8098'
-);
has prefix => (
is => 'rw',
isa => 'Str',