libtangram-perl 2.12-4 source package in Ubuntu

Changelog

libtangram-perl (2.12-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 05:41: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
libtangram-perl_2.12-4.dsc 2.1 KiB 8ff9159983458b568fbea15d34e306aa660ae03015e1849958971f78f199794b
libtangram-perl_2.12.orig.tar.gz 170.9 KiB 06da4d0e5f4bd0dd001d1a67736197ff378d5de0519c5af0d60624e98bc5ea19
libtangram-perl_2.12-4.debian.tar.xz 5.6 KiB e1bc3e20518b4bb1b8d75110a618f4502d20c6f29d388fabee8cde6305e26b7b

Available diffs

No changes file available.

Binary packages built by this source

libtangram-perl: Orthogonal Object Persistence in Relational Databases

 Tangram is an object-relational mapper. It makes objects persist in
 relational databases, and provides powerful facilities for retrieving
 and filtering them. Tangram fully supports object-oriented programming,
 including polymorphism, multiple inheritance and collections.
 It does so in an orthogonal fashion, that is, it doesn't require
 your classes to implement support functions nor inherit from a utility class.
 .
 Tangram builds upon DBI, so you'll need to install DBI and at least
 one DBD driver if that is not done already. You will also need
 Set::Object. These modules are available from CPAN.
 .
 If you intend to run the regression tests (recommended), you will
 also need to prepare an empty database before starting the installation
 procedure.