libsql-abstract-perl 1.85-1 source package in Ubuntu

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Xavier Guimard ]
  * New upstream release
  * Remove spelling errors patch now included in upstream

  [ gregor herrmann ]
  * Bump debhelper compatibility level to 10.

 -- Xavier Guimard <email address hidden>  Mon, 12 Feb 2018 12:10:14 +0100

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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsql-abstract-perl_1.85-1.dsc 2.4 KiB a542db1c9ca2c857c606033abb34a91df3ddc8a08617190c6cdfc8d430587052
libsql-abstract-perl_1.85.orig.tar.gz 95.9 KiB 9f44afe031a0cc63a6ccabaa46ba7ec58ef4db940559cee7fbc2dfbbf37bccab
libsql-abstract-perl_1.85-1.debian.tar.xz 5.2 KiB 90332a5575ac7594bae42d3e6f71b1b3bab28e33b9d97714f89e9a940bf4279b

Available diffs

No changes file available.

Binary packages built by this source

libsql-abstract-perl: module to generate SQL from Perl data structures

 SQL::Abstract is a Perl module that allows developers to generate SQL from
 Perl data strutures, inspired by DBIx::Abstract. The intent of this module
 is to provide abstract SQL generation methods, allowing one to generate SQL
 while retaining complete control over the statement handles.
 .
 There are many important differences between this module and DBIx::Abstract,
 especially when it comes to WHERE clauses. Chief among these changes is a
 new design to make it easier to generate SQL from Perl data structures and
 hopefully more intuitive. The underlying idea is that this module does what
 you mean, based on the data structures you provide it; the biggest advantage
 is that you don't have to modify your code every time your data changes.