libdbix-recordset-perl 0.26-3.1 source package in Ubuntu

Changelog

libdbix-recordset-perl (0.26-3.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>  Tue, 05 Jan 2021 23:21:14 +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-recordset-perl_0.26-3.1.dsc 2.1 KiB 306054b8e7816be4f8eb2bf703bbacd7212faeedbe746807c2a68adca856da68
libdbix-recordset-perl_0.26.orig.tar.gz 92.5 KiB 71e9f7cc0712f4f7fdda5c531287865283a0dc646a21b0c1304d938b40fedcf4
libdbix-recordset-perl_0.26-3.1.debian.tar.xz 9.7 KiB 0411ab77754dda6d0bada62791f9ed5162f0216c11729d408affc7d18b725e26

Available diffs

No changes file available.

Binary packages built by this source

libdbix-recordset-perl: Perl extension for DBI recordsets

 DBIx::Recordset is a perl module for abstraction and simplification of
 database access.
 .
 The goal is to make standard database access (select/insert/update/delete)
 easier to handle and independent of the underlying DBMS. Special attention is
 made on web applications to make it possible to handle the state-less access
 and to process the posted data of form fields, but DBIx::Recordset is not
 limited to web applications.
 .
 DBIx::Recordset uses the DBI API to access the database, so it should
 work with every database for which a DBD driver is available (see
 also DBIx::Compat).
 .
 Most public functions take a hash reference as parameter, which makes
 it simple to supply various different arguments to the same
 function. The parameter hash can also be taken from a hash containing
 posted form fields like those available with CGI.pm, mod_perl,
 HTML::Embperl and others.