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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Xavier Guimard ]
  * New upstream version
  * Add libsub-quote-perl in dependencies
  * Declare compliance with Debian Policy 4.1.1
  * Remove minimal version for libtest-exception-perl
  * Update debhelper version in dependencies
  * Remove Module::Install entry in debian/copyright
  * Add spelling errors patch (reported)
  * Bump debian/compat to 9
  * Update debian/copyright years

  [ gregor herrmann ]
  * Update debian/upstream/metadata.
  * debian/rules: drop unneeded override_dh_auto_test.

 -- Xavier Guimard <email address hidden>  Wed, 25 Oct 2017 22:42:39 +0200

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsql-abstract-perl_1.84-1.dsc 2.4 KiB f3452f11705920cf23cb824e1d573139ec760969b756be0423c547dfd603f2e7
libsql-abstract-perl_1.84.orig.tar.gz 96.4 KiB 655f4aa3d4ea7ca0a7bafb2beff84010d5c77f0ee4413baa0c86456bf6db5e75
libsql-abstract-perl_1.84-1.debian.tar.xz 5.6 KiB 54f970d0d2f5ee0cfe47f8f32e95ee3aa92ce080f1de29baa12d755a6a13874d

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.