libdbix-xmlmessage-perl 0.05-10.1 source package in Ubuntu

Changelog

libdbix-xmlmessage-perl (0.05-10.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 13:22:18 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-xmlmessage-perl_0.05-10.1.dsc 2.1 KiB 58fe0192a53da19ab53bbb41f8ac496c88492aa0746083061beefb02d1630942
libdbix-xmlmessage-perl_0.05.orig.tar.gz 25.4 KiB cea578ca044ff67b09b79d9e7e8ed59f400f30f7551d86275e358139d830d709
libdbix-xmlmessage-perl_0.05-10.1.debian.tar.xz 3.2 KiB 6135550e26f2dd3825bb178df1b70999d846970fc0600dfcf06948d1d4ce717b

Available diffs

No changes file available.

Binary packages built by this source

libdbix-xmlmessage-perl: perl module for exchanging XML messages between DBI data sources

 This module maintains simple XML templates that describe object
 structure. The module is capable of generating SQL statements based
 on these templates and executing them against DBI data sources. After
 executing the SQL, the package formats the data results into XML
 strings.
 .
 Inbound messages can be processed according to the same kind of
 templates and the database is updated accordingly. Templates are
 capable of defining the SQL operators, plus new SAVE operation which
 is basically a combination of SELECT and either INSERT or UPDATE
 depending on whether the record was found by the compound key value
 or not.