From 4c2909de65d101e3a11c03f5f146e66cdb96628c Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Wed, 8 Sep 2010 09:48:48 +0100 Subject: change =method pod items to =item --- lib/Net/Riak/MapReduce.pm | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'lib/Net/Riak/MapReduce.pm') diff --git a/lib/Net/Riak/MapReduce.pm b/lib/Net/Riak/MapReduce.pm index 057f74e..f1a50a6 100644 --- a/lib/Net/Riak/MapReduce.pm +++ b/lib/Net/Riak/MapReduce.pm @@ -201,20 +201,27 @@ sub run { =head2 METHODS -=method add +=over 4 + +=item add Add inputs to a map/reduce operation. This method takes three different forms, depending on the provided inputs. You can specify either a RiakObject, a string bucket name, or a bucket, key, and additional arg. -=method add_object +=item add_object + +=item add_bucket_key_data -=method add_bucket_key_data +=item add_bucket -=method add_bucket +=item link -=method link +=item map -=method map +=item reduce + +=item run + +=back -=method reduce +=cut -=method run -- cgit v1.2.3