libdbix-contextualfetch-perl 1.03-5 source package in Ubuntu

Changelog

libdbix-contextualfetch-perl (1.03-5) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 17:19:59 +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-contextualfetch-perl_1.03-5.dsc 2.2 KiB d4a5bb247bdcd45d61700787f301e6728350c9df629496973e36aabd07e36de5
libdbix-contextualfetch-perl_1.03.orig.tar.gz 4.4 KiB 85e2f805bfc81cd738c294316b27a515397036f397a0ff1c6c8d754c38530306
libdbix-contextualfetch-perl_1.03-5.debian.tar.xz 2.9 KiB 2097dc063eb8ab6bc3e69ab83a0e84a504860c10c92ff729aa8bc60922c5d614

Available diffs

No changes file available.

Binary packages built by this source

libdbix-contextualfetch-perl: module to add context aware fetches to DBI

 The Perl database independent interface - DBI - does not take much
 advantage of Perl's context sensitivity. This is the situation where
 a Perl subroutine knows whether the caller wants a single scalar
 value or a list of them to be returned.
 .
 DBIx::ContextualFetch is a sub-class of DBI which redefines some of
 the various fetch methods to fix this oversight. It also adds a few
 new methods for convenience (though not necessarily efficiency). Much
 of this code was originally part of the IMA::DBI Perl module
 (libima-dbi-perl package).