Source: libsql-db-perl Section: perl Priority: optional Build-Depends: debhelper (>= 4.0.2), libtest-pod-perl, libtest-pod-coverage-perl, libtest-exception-perl, libtest-memory-cycle-perl Build-Depends-Indep: perl (>= 5.8.0-7) Maintainer: Mark Lawrence Standards-Version: 3.6.1 Package: libsql-db-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl, libdbi-perl Description: SQL::DB - Perl interface to SQL databases SQL::DB provides a low-level interface to SQL databases using Perl objects and logic operators. It is not quite an Object Mapping Layer (such as Class::DBI) and is also not quite an an abstraction (like SQL::Abstract). It falls somewhere inbetween.