From 7624a97a256fd303520a264048580205009d5acd Mon Sep 17 00:00:00 2001 From: Robin Edwards Date: Wed, 20 Apr 2011 15:33:29 +0100 Subject: POD cleanup. --- lib/Net/Riak.pm | 10 +--------- lib/Net/Riak/Role/REST/Object.pm | 3 +++ 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 @@ -75,20 +75,14 @@ default 'http://127.0.0.1:8098' Note that providing multiple hosts is now deprecated. -=back - =item B Port of the PBC interface. -=back - =item B Used to select the PB protocol by passing in 'PBC' -=back - =item B Interface prefix (default 'riak') @@ -113,8 +107,6 @@ DW value setting for this client (default 2) client_id for this client -=back - =item B timeout for L 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 -- cgit v1.2.3