Binary package “libclass-dbi-plugin-abstractcount-perl” in ubuntu bionic

Class::DBI plugin to get COUNT(*) results with abstract SQL

 The Class::DBI::Plugin::AbstractCount module combines the functionality from
 Class::DBI::Plugin::CountSearch (counting objects without having to use an
 array or an iterator), and Class::DBI::AbstractSearch, which allows complex
 where-clauses a la SQL::Abstract.