libdata-objectdriver-perl 0.09-2 source package in Ubuntu

Changelog

libdata-objectdriver-perl (0.09-2) unstable; urgency=medium


  * Team upload.

  * Take over for the Debian Perl Group. Cf. #752923
  * debian/control: Changed: Homepage field changed to metacpan.org URL;
    Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: Dominic Hargreaves
    <email address hidden>); Dominic Hargreaves <email address hidden> moved to
    Uploaders.
  * debian/watch: use metacpan-based URL.

  * Don't install README anymore, almost empty.
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Remove version from perl build dependency.
  * Drop build-dep on libmodule-build-perl, no Build.PL around.
  * Add build-dep on libdbd-sqlite3-perl to enable tests.
  * Update Vcs-* fields.
  * Bump debhelper compatibility level to 8.
  * Add patch to fix some spelling mistakes.
  * Add patch to fix some POD issues.
  * Add patch from CPAN RT for compatibility with recent SQLite.
  * debian/rules: move incompatible inc/Test/Builder.pm out of the way
    before running tests. (Closes: #752923)
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Fri, 11 Jul 2014 19:44:34 +0200

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

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-objectdriver-perl_0.09-2.dsc 2.3 KiB 5b1c6de6419daa5cc1d24ae3885c426e987eac4a3d0a5b60c4c73ccb6bc4593f
libdata-objectdriver-perl_0.09.orig.tar.gz 106.3 KiB b0ffe505415dc3dfa14cab4236519d85308011ee31cd13578cd7c2a6bd944e1f
libdata-objectdriver-perl_0.09-2.debian.tar.xz 4.0 KiB 57dca2acb11fb752ff0088b92c432ff30f0e268461435b74e7c6888fd59e3e8c

Available diffs

No changes file available.

Binary packages built by this source

libdata-objectdriver-perl: simple, transparent data interface, with caching

 Data::ObjectDriver is an object relational mapper, meaning that it maps
 object-oriented design concepts onto a relational database.
 .
 It's inspired by, and descended from, the MT::ObjectDriver classes in
 Six Apart's Movable Type and TypePad weblogging products. But it adds in
 caching and partitioning layers, allowing you to spread data across
 multiple physical databases, without your application code needing to
 know where the data is stored.