libdbix-dbschema-perl 0.47-1 source package in Ubuntu

Changelog

libdbix-dbschema-perl (0.47-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.47.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sun, 11 Sep 2022 00:00:20 +0200

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
libdbix-dbschema-perl_0.47-1.dsc 2.4 KiB 18de18464a8399824e4fb776aa6e0de4ea71c6f9adc62d727537567cad5cbee7
libdbix-dbschema-perl_0.47.orig.tar.gz 29.1 KiB eeee210dc14a8d63eb01ac2d66c67a1dc279f9289be96a61724c8951791c5212
libdbix-dbschema-perl_0.47-1.debian.tar.xz 3.4 KiB dd1bc88ebe7bb5759c812806ac6f3be427583cc43325c46412c9e7885049e6db

Available diffs

No changes file available.

Binary packages built by this source

libdbix-dbschema-perl: Perl module to manipulate schemas independently of databases

 DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and
 represent a database schema.
 .
 This module implements an OO-interface to database schemas. Using this
 module, you can create a database schema with an OO Perl interface. You can
 read the schema from an existing database. You can save the schema to disk
 and restore it from a different process. Most importantly, DBIx::DBSchema
 can write SQL CREATE statements for different databases from a single source.
 .
 Currently supported databases are MySQL, PostgreSQL, Oracle, Sybase and SQLite.
 DBIx::DBSchema will attempt to use generic SQL syntax for other databases.
 Assistance adding support for other databases is welcomed. See the
 DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and Base Class".