libdata-objectdriver-perl 0.22-1 source package in Ubuntu

Changelog

libdata-objectdriver-perl (0.22-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.22.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 05 Feb 2023 02:04:05 +0100

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-objectdriver-perl_0.22-1.dsc 2.8 KiB 901202d69b52570523fdc02de119136c82b658a8467158c64fc20e8ad23eeb35
libdata-objectdriver-perl_0.22.orig.tar.gz 90.4 KiB a8df9a963972abbca6cd57d9a391077a34042b22e40c5f293cdc73826c1f0b78
libdata-objectdriver-perl_0.22-1.debian.tar.xz 4.4 KiB c4dfed5ae75d9a883adde162ea8af145f2698849e92892b653235211543870d4

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.