Subject: | syntax problems in search in CDBI.pm |
The search method in CDBI.pm has errors in the bit that generates the search itself; the method does not use correct syntax according to the CDBI::AbstractSearch docs. The proper line should be:
$r->objects([ $self->search_where(\%values,
($order ? { order_by => $order } : {}))
]);