Source: libdbix-connector-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper (>= 8),
 perl
Build-Depends-Indep: libdbi-perl,
 libtest-mockmodule-perl,
 perl (>= 5.10.1) | libmodule-build-perl (>= 0.300000),
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
 libtest-pod-perl, libtest-pod-coverage-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-connector-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-connector-perl.git
Homepage: http://search.cpan.org/dist/DBIx-Connector/

Package: libdbix-connector-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdbi-perl
Description: fast and safe DBI connection and transaction management
 DBIx::Connector provides a simple interface for fast and safe DBI
 connection and transaction management. Connecting to a database can be
 expensive; you don't want your application to re-connect every time you
 need to run a query. The efficient thing to do is to hang on to a
 database handle to maintain a connection to the database in order to
 minimize that overhead. DBIx::Connector lets you do that without having
 to worry about dropped or corrupted connections.
