Codebase list libexception-class-dbi-perl / dcca18e debian / control
dcca18e

Tree @dcca18e (Download .tar.gz)

control @dcca18eraw · 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-compat (= 12)
Build-Depends-Indep: libdbi-perl <!nocheck>,
                     libexception-class-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
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.