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

Changelog

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

  * Team upload.
  * Import upstream version 0.470+ds.
  * Drop patches which where applied upstream or taken from upstream Git
    in the first place.
  * Update (build) dependencies.
  * Fix hashbang in /usr/bin/ur.
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <email address hidden>  Wed, 02 Jan 2019 21:51:08 +0100

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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libur-perl_0.470+ds-1.dsc 2.8 KiB f47941ee8ada98a15f41706d0a700fe9c7187b5a9a915f17ad5e5b1178c0aa73
libur-perl_0.470+ds.orig.tar.gz 1.4 MiB 7eb58e48cb0f398d6d69e1e0b5eeeb5a4b9236a4608496097d7f9d998461bbac
libur-perl_0.470+ds-1.debian.tar.xz 5.6 KiB ea075ad0f5e23ee6e2ad761e8164e786d0d2480f10a063e94e294c2b28c7491f

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.