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

Changelog

libsql-abstract-perl (1.74-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Xavier Guimard ]
  * Imported Upstream version 1.74
  * Add libtest-deep-perl in build dependencies
  * Bump Standards-Version to 3.9.4
  * Change upstream contact to Peter Rabbitson

 -- Xavier Guimard <email address hidden>  Sat, 15 Jun 2013 09:30:58 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsql-abstract-perl_1.74-1.dsc 2.4 KiB f5830b3e8ba29d4ac127f658320b7cb4d52ae56161e773ec230fd98da4602fe0
libsql-abstract-perl_1.74.orig.tar.gz 92.2 KiB 55466f4a2dd9f919037d32e5a97b01084168e359b51fde85045215ea0405e7f2
libsql-abstract-perl_1.74-1.debian.tar.gz 4.8 KiB c82b195a46ddd316b3ab04a43d62a383c9f6984eed74727a2bdb2ef12700ea1e

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.