libur-perl 0.470+ds-3 source package in Ubuntu

Changelog

libur-perl (0.470+ds-3) unstable; urgency=medium

  * Add patch to fix error with perl 5.40.
  * Update lintian overrides (format).
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sun, 16 Jun 2024 01:41:06 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libur-perl_0.470+ds-3.dsc 3.3 KiB 1cf32738490d163f0dc33bd65b2427eb543f09b77d3a242b8462566931f932c2
libur-perl_0.470+ds.orig.tar.gz 1.4 MiB 7eb58e48cb0f398d6d69e1e0b5eeeb5a4b9236a4608496097d7f9d998461bbac
libur-perl_0.470+ds-3.debian.tar.xz 6.7 KiB d1e396b0355e2a5f5d12995c882cf0fc018f205854fde685b497427adb56d2dc

Available diffs

No changes file available.

Binary packages built by this source

libur-perl: object/relation mapper library

 UR is a class framework and object/relational mapper for Perl. It starts with
 the familiar Perl meme of the blessed hash reference as the basis for object
 instances, and extends its capabilities with ORM (object-relational mapping)
 capabilities, object cache, in-memory transactions, more formal class
 definitions, metadata, documentation system, iterators, command line tools,
 etc.
 .
 UR can handle multiple column primary and foreign keys, SQL joins involving
 class inheritance and relationships, and does its best to avoid querying the
 database unless the requested data has not been loaded before. It has support
 for SQLite, Oracle, MySQL and Postgres databases, and the ability to use a
 text file as a table.
 .
 UR uses the same syntax to define non-persistent objects, and supports
 in-memory transactions for both.