Source: libdbi-test-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmodule-pluggable-perl | perl (<< 5.17.0) Standards-Version: 3.9.5 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbi-test-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbi-test-perl.git Homepage: https://metacpan.org/release/DBI-Test Package: libdbi-test-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-pluggable-perl | perl (<< 5.17.0) Description: test suite for the DBI API DBI::Test aims to be a test suite for the DBI API and an underlying DBD driver, to check if the provided functionality is working and complete. . Part of this module is the ability for self-testing using DBI::Mock. This is not designed to be another DBI::PurePerl - it's designed to allow tests can be verified to work as expected in a sandbox. This is, of course, limited to DBI API itself and cannot load any driver nor really execute any action.