in reply to multiple restrictions with SQL::Abstract
my $pager = __PACKAGE__->pager( where => \%where, abstract_attr => {logic => 'and'} ); [download]