Codebase list libexception-class-dbi-perl / 456bed7 debian / control
456bed7

Tree @456bed7 (Download .tar.gz)

control @456bed7raw · history · blame

Source: libexception-class-dbi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdbi-perl <!nocheck>,
                     libexception-class-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libexception-class-dbi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libexception-class-dbi-perl.git
Homepage: https://metacpan.org/release/Exception-Class-DBI

Package: libexception-class-dbi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbi-perl,
         libexception-class-perl
Description: exception objects customized for DBI
 The exception objects from Exception::Class::DBI fit into the
 Exception::Class hierarchy but are thrown in certain DBI specific contexts.
 So be setting a handler during the database connection call database error
 handling can be simplified.