libur-perl 0.440-1 source package in Ubuntu

Changelog

libur-perl (0.440-1) unstable; urgency=medium

  * Team upload.
  * Add debian/upstream/metadata.
  * Import upstream release 0.440.
    Fixes "FTBFS with perl 5.22: test failures"
    (Closes: #796428)
  * Update spelling.patch.
  * Drop manpage re-creation from debian/rules.
    POD duplication is fixed upstream.
  * Add new build dependencies.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Tue, 25 Aug 2015 18:16:25 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libur-perl_0.440-1.dsc 2.7 KiB 7ecb867d0f9609d828efe86b85df79dc54f969d6e86499e9c48f36d365936b51
libur-perl_0.440.orig.tar.gz 1.4 MiB 522971fb5a4363d8699c39cba11349be0cb70c979c0434d12d0849298f6720e5
libur-perl_0.440-1.debian.tar.xz 4.2 KiB c594cc8e5570c41dd238a64771e732862b790fa6f2130a9fc20d6e2cec592797

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.