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

Changelog

libclass-dbi-loader-relationship-perl (1:1.2-4) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Re-introduce version 1.2 to Debian. (Closes: #566303, #587972)
    + We now have a license to distribute this module. (Closes: #563519)
    + Bump epoch; use -4 as -1 to -3 were already seen in the archive.
  * Use source format 3.0 (quilt).
  * Use debhelper instead of CDBS.
  * Convert debian/copyright to proposed machine-readable format.
  * Add myself to Uploaders.
  * Bump Standards-Version to 3.9.0.
  * debian/control: Mention module name in description.
  * debian/control: Remove build-dep on libtest-simple-perl. Test::More is
    provided by perl.
  * debian/control: Homepage field now points to official module, not the
    unofficial 1.3 release.
  * No longer install README.

  [ Ryan Niebur ]
  * moved with permission from Bart (Closes: #531512)
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); ${misc:Depends} to Depends: field. Changed:
    Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: Bart Martens
    <email address hidden>); Bart Martens <email address hidden> moved to
    Uploaders.
  * debian/watch: use dist-based URL.
  * remove Bart from Uploaders

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).
 -- Ansgar Burchardt <ansgar@43-1.org>   Wed,  14 Jul 2010 11:10:26 +0100

Upload details

Uploaded by:
Ansgar Burchardt
Uploaded to:
Maverick
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-dbi-loader-relationship-perl_1.2.orig.tar.gz 3.0 KiB 53bda8ae70270ed856596fc9681bfde3e816dce3c0e51285fbfe7e9fadba0988
libclass-dbi-loader-relationship-perl_1.2-4.debian.tar.gz 3.1 KiB 9496483113390ade58123befaf4c9681510ef2be47ca3463dc01b32e2209a2aa
libclass-dbi-loader-relationship-perl_1.2-4.dsc 2.2 KiB a2ca28e6abc2992d728fcab13d715acbb482d353ff41ce480d181b9df8b7eed6

Available diffs

View changes file

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".