Will Hawes wrote: > I'd vote for removing wantarray() completely. IMO, if a user wants > objects rather than a ResultSet, they should call ->all. How about providing *_all methods to avoid doubling the number of method invocations and avoid constructing/destroying unwanted iterators? Cheers, Dave