libdbix-dbstag-perl 0.12-3 source package in Ubuntu

Changelog

libdbix-dbstag-perl (0.12-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Olivier Sallou from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

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

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

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 15:32:13 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-dbstag-perl_0.12-3.dsc 2.1 KiB 16c9d480ac753264f98dd0219ee6744782f6702a9dadf5ebbef9f17dcf85e651
libdbix-dbstag-perl_0.12.orig.tar.gz 139.6 KiB c2f07f42ffbbfb4256c1b66b4936bf9869acb7f4b058351290bbee4d719b1e67
libdbix-dbstag-perl_0.12-3.debian.tar.xz 4.2 KiB 6bc90b6a42ba43d8445d2f57fcb4e1671c0fda7f31c1dc0d26c92a6d7d5d5bb9

Available diffs

No changes file available.

Binary packages built by this source

libdbix-dbstag-perl: module providing relational database to hierarchical mapping

 The module DBIx::DBStag is for mapping from databases to Stag objects
 (Structured Tags - see the Data::Stag manpage), which can also be
  represented as XML. It has two main uses:
 .
 Querying
   This module can take the results of any SQL query and decompose the
   flattened results into a tree data structure which reflects the
   foreign keys in the underlying relational schema. It does this by
   looking at the SQL query and introspecting the database schema,
   rather than requiring metadata or an object model.
 .
   In this respect, the module works just like a regular the DBI
   manpage handle, with some extra methods provided.
 .
 Storing Data
   DBStag objects can store any tree-like datastructure (such as XML
   documents) into a database using normalized schema that reflects the
   structure of the tree being stored. This is done using little or no
   metadata.
 .
   XML can also be imported, and a relational schema automatically
   generated.