summaryrefslogtreecommitdiff
path: root/lib/Net/Riak.pm
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2011-04-20 15:33:29 +0100
committerRobin Edwards <robin.ge@gmail.com>2011-04-20 15:33:29 +0100
commit7624a97a256fd303520a264048580205009d5acd (patch)
tree555463c4fa5f9d1d4b57c9520bf549596469beeb /lib/Net/Riak.pm
parentadded git tag to dzil (diff)
downloadnet-riak-7624a97a256fd303520a264048580205009d5acd.tar.gz
POD cleanup.
Diffstat (limited to '')
-rw-r--r--lib/Net/Riak.pm10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/Net/Riak.pm b/lib/Net/Riak.pm
index 6c5eba3..42b35bc 100644
--- a/lib/Net/Riak.pm
+++ b/lib/Net/Riak.pm
@@ -63,7 +63,7 @@ sub bucket {
=head2 ATTRIBUTES
-=over 4
+=over 2
=item B<host>
@@ -75,20 +75,14 @@ default 'http://127.0.0.1:8098'
Note that providing multiple hosts is now deprecated.
-=back
-
=item B<port>
Port of the PBC interface.
-=back
-
=item B<transport>
Used to select the PB protocol by passing in 'PBC'
-=back
-
=item B<prefix>
Interface prefix (default 'riak')
@@ -113,8 +107,6 @@ DW value setting for this client (default 2)
client_id for this client
-=back
-
=item B<ua_timeout (REST only)>
timeout for L<LWP::UserAgent> in seconds, defaults to 3.