libdbix-abstract-perl 1.010-1 source package in Ubuntu

Changelog

libdbix-abstract-perl (1.010-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Damyan Ivanov ]
  * watch: force three-digit revision (1.01 → 1.010)

  [ gregor herrmann ]
  * New upstream release.
  * Refresh patch 01_fix-manpage (new filename, offset), remove patch
    pod.patch (applied upstream), remove patch t_dbia.config.patch (not
    needed anymore).
  * Also remove debian/clean (file doesn't exist anymore).
  * debian/libdbix-abstract-perl.docs: don't try to install removed files.
  * debian/copyright: update copyright holders and years.
  * Add build dependency on libdbd-sqlite3-perl.
  * Add build and runtime dependency on libcheck-isa-perl.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:04:23 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdbix-abstract-perl_1.010.orig.tar.gz 28.4 KiB 65330edc6d1c51c0bdf07911eada70406d14c3fddad16df0d0da9a324183c70e
libdbix-abstract-perl_1.010-1.debian.tar.gz 3.5 KiB 1e8306ebff3702ea29d459b3f608e6d5f7e7f54ef9309ca272ac7ac29757c094
libdbix-abstract-perl_1.010-1.dsc 2.1 KiB c0bcce2c847ffbc5e0f0f2c8f0f072d011abe635d25fafb29dc7c002c000c4fc

Available diffs

View changes file

Binary packages built by this source

libdbix-abstract-perl: DBI SQL abstraction

 DBIX::Abstract provides methods for retrieving and storing data in SQL
 databases. It provides methods for all of the more important SQL
 commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
 .
 It endeavors to produce an interface that will be intuitive to those
 already familiar with SQL.
 .
 Notable features include:
  * data_source generation for some DBD drivers.
  * Can check to make sure the connection is not stale and reconnect if
    it is.
  * Controls statement handles for you.
  * Can delay writes.
  * Generates complex where clauses from hashes and arrays.
  * Shortcuts (convenience functions) for some common cases.
    (Like select_all_to_hashref.)