libdbix-abstract-perl 1.006-4 source package in Ubuntu

Changelog

libdbix-abstract-perl (1.006-4) unstable; urgency=low

  * Take over for the Debian Perl Group on maintainer's request (via
    IRC)
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); ${misc:Depends} to Depends: field. Changed:
    Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: Gerfried Fuchs
    <email address hidden>).
  * debian/watch: update to ignore development releases.
  * Use debhelper (8).
  * Minimize debian/rules.
  * Switch to source format 3.0 (quilt); remove quilt framework.
  * Remove version from perl (build) dependency.
  * debian/copyright: use DEP5 formatting.
  * Set Standards-Version to 3.9.2 (no changes).
  * Add /me to Uploaders.
  * Add DEP3 headers to patch.
  * Mention module name in long description.
  * Add build dependency on libdbi-perl.
  * Remove t/dbia.config during clean, it get's recreated during configure.
    Add a patch for Makefile.PL which misses it badly before (over)writing it.
  * Add a patch to fix some POD errors.
  * Use ${perl:Depends} instead of perl in Depends.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 May 2011 09:14:01 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdbix-abstract-perl_1.006.orig.tar.gz 19.9 KiB 112749cc5fdaa8163e1db38b29d15965553805b13aac442e95ccf7af08d1577a
libdbix-abstract-perl_1.006-4.debian.tar.gz 4.2 KiB 801c4517351fe9f529542642db2f5f29af040bf1c83011071158cb5fac7344a9
libdbix-abstract-perl_1.006-4.dsc 2.0 KiB 199ce8696b01d56a422e7e7800ca7df55217237d2d50d7d61088b886cfc36102

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.)