libdbix-connector-perl 0.56-1 source package in Ubuntu

Changelog

libdbix-connector-perl (0.56-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.56.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Thu, 28 Apr 2016 17:31:24 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-connector-perl_0.56-1.dsc 2.3 KiB 16976bfef8d2d3e41d742211d1170a65ea7d8f96a203d8c8387184a76f01827e
libdbix-connector-perl_0.56.orig.tar.gz 35.9 KiB 57c08d2c1951486cb95cfb83f518f462a3dbf20d353f3eee4f46af44fa19c359
libdbix-connector-perl_0.56-1.debian.tar.xz 2.2 KiB 42e4cacd043f37c22356ac3d664d4518659e47a3a6e924c63c7b764f1aa2330d

Available diffs

No changes file available.

Binary packages built by this source

libdbix-connector-perl: 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.