libsql-abstract-more-perl 1.39-1 source package in Ubuntu

Changelog

libsql-abstract-more-perl (1.39-1) unstable; urgency=medium

  * Import upstream version 1.39.
  * Depends: switch order of alternatives.
    Prefer SQL::Abstract::Classic over SQL::Abstract,
    following the upstream change.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Thu, 28 Jul 2022 01:06:37 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsql-abstract-more-perl_1.39-1.dsc 2.7 KiB bcdf310f3d2fbd2ea3ad9250798cadca3a0bf112fe864ff2e8d3f9cdc1742407
libsql-abstract-more-perl_1.39.orig.tar.gz 61.6 KiB 9f81dbacf0b6c3cb500f514a629e1d7a7bd4fbb9e889f1e365948b813b45b67e
libsql-abstract-more-perl_1.39-1.debian.tar.xz 3.2 KiB 9211f25764b97c1702dec5167cb0d345c6b526d66d2aab3545d22ffbe25b333d

Available diffs

No changes file available.

Binary packages built by this source

libsql-abstract-more-perl: extension of SQL::Abstract with more constructs and more flexible API

 Sql::Abstract::More generates SQL from Perl datastructures. This is a
 subclass of SQL::Abstract, fully compatible with the parent class, but with
 some additions:
 .
 1) additional SQL constructs like -union, -group_by, join, etc;
 .
 2) methods take arguments as named parameters instead of positional
 parameters, so that various SQL fragments are more easily identified;
 .
 3) values passed to select, insert or update can directly incorporate
 information about datatypes, in the form of arrayrefs of shape [$value,
 \%type].