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

Changelog

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


  * New upstream release.
  * Drop dependencies and environment variable for removed POD tests.
  * Update years of packaging copyright.
  * Drop Breaks on libdbix-class-perl, even oldstable has a newer version.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Fri, 10 Jan 2014 22:47:05 +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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsql-abstract-perl_1.75-1.dsc 2.4 KiB f8524663310038748130d034608a9ff3dc846338486812cde7eeda7c419ca1fa
libsql-abstract-perl_1.75.orig.tar.gz 92.7 KiB 1e8671c021bba76224a44e317cac86bec3ad8c40e3c47db03619160404cffde2
libsql-abstract-perl_1.75-1.debian.tar.gz 4.9 KiB 801fe8d7f1c8d4783db71738c195cb4034cb660b9f4ec8b5914ed03df8bef9e6

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.