libdbix-sequence-perl 1.5-4 source package in Ubuntu

Changelog

libdbix-sequence-perl (1.5-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Jenkins ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Tue, 13 Dec 2022 01:57:47 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-sequence-perl_1.5-4.dsc 2.1 KiB 8d100c4955a3859967a1af05cf96458ee1a3a235303ef079e9205efd4896248a
libdbix-sequence-perl_1.5.orig.tar.gz 12.1 KiB 7fccc5a35792bcc1ae302af916f1ead04a1a76f7cc6a0d48fb6443a40bd7bcc7
libdbix-sequence-perl_1.5-4.debian.tar.xz 2.4 KiB 94244c40e17d98d3c1ea1955f77d9ef14abe95f86c97fd7330c8b9ee0e3c0ea7

Available diffs

No changes file available.

Binary packages built by this source

libdbix-sequence-perl: simple SQL92 ID generator

 DBIx::Sequence is intended to give easier portability to Perl database
 application by providing a database independent unique ID generator. This way,
 an application developer is not bound to use his database's SEQUENCE or
 auto_increment thus making his application portable on multiple database
 environnements.
 .
 This module implements a simple Spin Locker mechanism and is garanteed to
 return a unique value every time it is called, even with concurrent processes.
 It uses your database for its state storage with ANSI SQL92 compliant SQL. All
 SQL queries inside DBIx::Sequence are pre cached and very efficient especially
 under mod_perl.