libclass-dbi-loader-relationship-perl 1:1.2-6 source package in Ubuntu

Changelog

libclass-dbi-loader-relationship-perl (1:1.2-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

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

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 21:10:59 +0000

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
libclass-dbi-loader-relationship-perl_1.2-6.dsc 2.3 KiB 5cbda04107ddc6a05c487f0451ced7e68e3f975359c26a7cfddc1191b63e4b0d
libclass-dbi-loader-relationship-perl_1.2.orig.tar.gz 3.0 KiB 53bda8ae70270ed856596fc9681bfde3e816dce3c0e51285fbfe7e9fadba0988
libclass-dbi-loader-relationship-perl_1.2-6.debian.tar.xz 3.6 KiB bffdd47162c75675f86a0b1214d7c0f87a62c57dbd404215b37ee288aee66910

Available diffs

No changes file available.

Binary packages built by this source

libclass-dbi-loader-relationship-perl: Easier relationship specification in Class::DBI::Loader

 The Class::DBI::Loader::Relationship module acts as a mix-in, adding the
 relationship() method to Class::DBI::Loader. Since Class::DBI::Loader knows
 how to map between table names and class names, there ought to be no need to
 replicate the names.
 .
 In addition, it is common (but not universal) to want reverse
 relationships defined for has-many relationships, and for has-a
 relationships to be defined for the linkages surrounding a
 many-to-many table.
 .
 The aim of this module is to simplify the declaration of common
 database relationships by providing both of these features.
 .
 The relationship takes a string. It recognises table names (singular
 or plural, for convenience) and extracts them from the "sentence".