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

Changelog

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


  * New upstream release.

 -- gregor herrmann <email address hidden>  Fri, 17 Jan 2014 13:24:52 +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
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsql-abstract-perl_1.77-1.dsc 2.4 KiB 135620c381bd1fd1b98a0c79c7fdc5d0f516bb065531294bcda83e8ed1796851
libsql-abstract-perl_1.77.orig.tar.gz 93.0 KiB d82c5359fc616ad88e2c7ec6e3b6ad62bd2674cf9ac767abff964c0dbaf34a52
libsql-abstract-perl_1.77-1.debian.tar.xz 4.6 KiB 5682e8f0f32a3d61fcaf239dc667a7e01d9b70c0bb1661d5ca1e17ce45877b76

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.