libdbix-class-schema-loader-perl 0.07051-1 source package in Ubuntu

Changelog

libdbix-class-schema-loader-perl (0.07051-1) unstable; urgency=medium

  * Team upload

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ Florian Schlichting ]
  * Import upstream version 0.07051.
  * Re-add (build-)dependency on String::CamelCase
  * Drop obsolete (build-)dependencies leftover by janitor
  * Add Rules-Requires-Root: no
  * Declare compliance with Debian Policy 4.6.1
  * Annotate build-dependencies with nocheck

 -- Florian Schlichting <email address hidden>  Sat, 26 Nov 2022 22:05:45 +0100

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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-class-schema-loader-perl_0.07051-1.dsc 3.5 KiB 7e53b64e7e4bb5ffd75341210d0c3923ffbfb04211037c137417d3a0aaaee663
libdbix-class-schema-loader-perl_0.07051.orig.tar.gz 212.4 KiB 1a089e5084a52768f4274bc2181dcbae14dcc579e4d980fcf569c6781b06092c
libdbix-class-schema-loader-perl_0.07051-1.debian.tar.xz 6.2 KiB 6cf0a80efe34eb1eefae0276203b0ee6aa1ed1496b82ba2123dc1c33f84ec1bd

Available diffs

No changes file available.

Binary packages built by this source

libdbix-class-schema-loader-perl: module to automate definition of a DBIx::Class::Schema

 DBIx::Class::Schema::Loader is an extension to DBIx::Class that automates the
 definition of a DBIx::Class::Schema by scanning table schemas and setting up
 columns and primary keys appropriately. It supports MySQL, PostgreSQL, SQLite
 and DB2.
 .
 Bare table definitions are fairly straightforward, but relationship creation
 is somewhat heuristic, especially with respect to choosing relationship types
 and names, as well as join types. The relationships generated by this module
 will probably never be as well-defined as hand-generated ones.