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

Changelog

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

  * Team upload.
  * Import upstream version 0.58.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Fri, 02 Sep 2022 16:13:10 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-connector-perl_0.58-1.dsc 2.4 KiB 5fbaa6c99a408da5a400dbb042c826f4a1e586a51cf9351aee67b2b45a9348e4
libdbix-connector-perl_0.58.orig.tar.gz 37.2 KiB a1d7139bbee87d1f8595e395818e85d52ca6e0e51cbf4c9be756c302378df970
libdbix-connector-perl_0.58-1.debian.tar.xz 2.5 KiB 17860fededb5326a851ac60ab9039f01be4d43c03d82046983271cf1bbce2098

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.