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

Changelog

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

  * Import upstream version 1.40.
  * Update years of upstream and packaging copyright.
  * debian/copyright: drop stanza about removed files.
  * Update build dependencies.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 24 Nov 2023 21:19:19 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsql-abstract-more-perl_1.40-1.dsc 2.7 KiB 293d537cc04244dadf2b06c87f4b12223bc6e67fa37ce8fabb82ade40c2417d4
libsql-abstract-more-perl_1.40.orig.tar.gz 45.1 KiB be180342158b822e7204aae8fc151d7e450694bfcc244f5fee477617e33b135d
libsql-abstract-more-perl_1.40-1.debian.tar.xz 3.2 KiB b6d711ccb34c8c861ed3abaea6ab1ee9065dcccdd55923dbf01540cd9778b8c8

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].