libdbix-abstract-perl 1.040-3 source package in Ubuntu

Changelog

libdbix-abstract-perl (1.040-3) unstable; urgency=medium

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 20:46:14 +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
libdbix-abstract-perl_1.040-3.dsc 2.1 KiB 9b7b33d8b72ad3e6878ae8b1a71e2dda86d0c2e6443f42616bf343dc67aa38ec
libdbix-abstract-perl_1.040.orig.tar.gz 28.2 KiB 95d30d0b071e0b48de187c34c251e6efb1087cb3083fb48e03884e8b53e5edd3
libdbix-abstract-perl_1.040-3.debian.tar.xz 4.1 KiB bd28066fe4530ca3649bacb77d7d2a2272a21808f8a580ad0ff917c90f045637

Available diffs

No changes file available.

Binary packages built by this source

libdbix-abstract-perl: DBI SQL abstraction

 DBIX::Abstract provides methods for retrieving and storing data in SQL
 databases. It provides methods for all of the more important SQL
 commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
 .
 It endeavors to produce an interface that will be intuitive to those
 already familiar with SQL.
 .
 Notable features include:
  * data_source generation for some DBD drivers.
  * Can check to make sure the connection is not stale and reconnect if
    it is.
  * Controls statement handles for you.
  * Can delay writes.
  * Generates complex where clauses from hashes and arrays.
  * Shortcuts (convenience functions) for some common cases.
    (Like select_all_to_hashref.)