http://www.perlmonks.org?node_id=180999


in reply to Re: Re: RFC: Class::DispatchToAll
in thread RFC: Class::DispatchToAll

Yes. Each method will be called in the same context as the original call through EVERY::, and the collective return value will be: That is, EVERY:: will aggregrate the individual return values, and return them in a form appropriate to the calling context.