diff options
| author | Robin Edwards <robin.ge@gmail.com> | 2011-04-20 15:33:29 +0100 |
|---|---|---|
| committer | Robin Edwards <robin.ge@gmail.com> | 2011-04-20 15:33:29 +0100 |
| commit | 7624a97a256fd303520a264048580205009d5acd (patch) | |
| tree | 555463c4fa5f9d1d4b57c9520bf549596469beeb /lib/Net/Riak.pm | |
| parent | added git tag to dzil (diff) | |
| download | net-riak-7624a97a256fd303520a264048580205009d5acd.tar.gz | |
POD cleanup.
Diffstat (limited to 'lib/Net/Riak.pm')
| -rw-r--r-- | lib/Net/Riak.pm | 10 |
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. |
