From 06094dd3e7cc2d4b9299886037fc39f4344a2b9f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 14 Jun 2010 15:25:35 +0200 Subject: add n::r::client and now client is a n::r::client --- lib/Net/Riak/MapReduce.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Net/Riak/MapReduce.pm') diff --git a/lib/Net/Riak/MapReduce.pm b/lib/Net/Riak/MapReduce.pm index 3d5e6b3..a705c58 100644 --- a/lib/Net/Riak/MapReduce.pm +++ b/lib/Net/Riak/MapReduce.pm @@ -11,7 +11,7 @@ use Net::Riak::MapReducePhase; has client => ( is => 'rw', - isa => 'Net::Riak', + isa => 'Net::Riak::Client', required => 1, ); has phases => ( -- cgit v1.2.3