libapache-dbi-perl 1.12-3 source package in Ubuntu

Changelog

libapache-dbi-perl (1.12-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.94-2.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.2.1, no changes needed.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 01:13:04 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapache-dbi-perl_1.12-3.dsc 2.2 KiB 98e2fa4426590d4c8b920f74bfcd495f8ddab39cf2f70d34d2ed97882a2ea465
libapache-dbi-perl_1.12.orig.tar.gz 34.2 KiB 9d7d520da7e579756a032021bcdbe61a3a3e5fae90df767f0cea08b3c666e677
libapache-dbi-perl_1.12-3.debian.tar.xz 5.9 KiB 589019f121b0d900713ef68175088cbda82393c2b8fdd85d1df6ff3c21dcd73f

Available diffs

No changes file available.

Binary packages built by this source

libapache-dbi-perl: interface connecting Apache server to database via perl's DBI

 Apache::DBI and Apache::AuthDBI are to be used with the Apache server and
 an embedded perl interpreter like mod_perl. They provide support for basic
 authentication and authorization as well as support for persistent database
 connections via Perl's Database Independent Interface (DBI).
 .
  o AuthDBI.pm provides authentication and authorization:
    - optional shared cache for passwords to minimize database load
    - configurable cleanup-handler deletes outdated entries from the cache
 .
  o DBI.pm provides persistent database connections:
    - connections can be established during server-startup
    - configurable rollback to ensure data integrity
    - configurable verification of the connections to avoid time-outs.