summary refs log tree commit diff
path: root/lib/Net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/Riak.pm10
-rw-r--r--lib/Net/Riak/Role/REST/Object.pm3
2 files changed, 4 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.
diff --git a/lib/Net/Riak/Role/REST/Object.pm b/lib/Net/Riak/Role/REST/Object.pm
index d38315a..fd89bdf 100644
--- a/lib/Net/Riak/Role/REST/Object.pm
+++ b/lib/Net/Riak/Role/REST/Object.pm
@@ -154,7 +154,10 @@ sub retrieve_sibling {
 1;
 __END__
 
+=over 3
+
 =item populate_object
 
 Given the output of RiakUtils.http_request and a list of statuses, populate the object. Only for use by the Riak client library.
 
+=back