libsql-abstract-more-perl 1.27-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release
  * debian/copyright: update upstream copyright years

 -- Nuno Carvalho <email address hidden>  Thu, 28 May 2015 21:19:08 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsql-abstract-more-perl_1.27-1.dsc 2.4 KiB 13c998b547df79a123cb714d9cbf68a7d5856512237f6967c3d643993feb6edb
libsql-abstract-more-perl_1.27.orig.tar.gz 51.7 KiB 1de4764ff217c60121996ed737eb2911267901b75d6353e169f13a09209e20f1
libsql-abstract-more-perl_1.27-1.debian.tar.xz 2.4 KiB 5ea7d3c58e132fab3a9a3c83384150c3eeb1a4b50f40ad1d0fc3d7832c33e215

Available diffs

No changes file available.

Binary packages built by this source

libsql-abstract-more-perl: extension of SQL::Abstract with more constructs and more flexible API

 Sql::Abstract::More generates SQL from Perl datastructures. This is a
 subclass of SQL::Abstract, fully compatible with the parent class, but with
 some additions:
 .
 1) additional SQL constructs like -union, -group_by, join, etc;
 .
 2) methods take arguments as named parameters instead of positional
 parameters, so that various SQL fragments are more easily identified;
 .
 3) values passed to select, insert or update can directly incorporate
 information about datatypes, in the form of arrayrefs of shape [$value,
 \%type].