libclass-dbi-plugin-perl 0.03-6.1 source package in Ubuntu

Changelog

libclass-dbi-plugin-perl (0.03-6.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>  Wed, 06 Jan 2021 16:28:43 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-dbi-plugin-perl_0.03-6.1.dsc 2.2 KiB 9eb56cd1f29cb79034f0ef50d1947621239e78e3ee27bfad631bc4fac53a3f4c
libclass-dbi-plugin-perl_0.03.orig.tar.gz 3.3 KiB dcda0371cd11dd3ed71e59bd33a8e432cf51560ec75eb82ca04a2d8975af7b18
libclass-dbi-plugin-perl_0.03-6.1.debian.tar.xz 2.8 KiB 7a5ba8459385b2c0572fd0ef48ac57d6dcc7e9dcecfc82ae360a8c25dcaf40df

Available diffs

No changes file available.

Binary packages built by this source

libclass-dbi-plugin-perl: abstract base class for Class::DBI plugins

 The purpose of the Class::DBI::Plugin module is to make writing Class::DBI
 plugins easier. Writers of plugins should be able to concentrate on the
 functionality that their module provides, instead of having to deal with
 the symbol table hackery involved when writing a plugin module.
 .
 Class::DBI provides a convenient abstraction layer to a database. It
 not only provides a simple database to object mapping layer, but can
 be used to implement several higher order database functions, at the
 application level, rather than at the database.