libdbix-connector-perl 0.53-2 source package in Ubuntu

Changelog

libdbix-connector-perl (0.53-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Add explicit build dependency on libmodule-build-perl.

 -- gregor herrmann <email address hidden>  Sun, 07 Jun 2015 18:02:58 +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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-connector-perl_0.53-2.dsc 2.3 KiB 05d3db379b4c76c09734dbb68305ad4937c7a7fdcceb3698ef3c833f01eb0b37
libdbix-connector-perl_0.53.orig.tar.gz 34.9 KiB 3c4af9fed9a09a8438a9aea4b482b6102946f719c4bf5de0fa06db7c525c18a5
libdbix-connector-perl_0.53-2.debian.tar.xz 2.1 KiB b8aa91e5cbe24e0bf011da7ec6f01f8ccf56b7c27445e987d74b432cc40cad0e

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.