libpgobject-perl 2.3.2-1 source package in Ubuntu

Changelog

libpgobject-perl (2.3.2-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 2.3.2.
  * Update years of upstream and packaging copyright.
  * Update test and runtime dependencies.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Mon, 08 Nov 2021 18:35:35 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-perl_2.3.2-1.dsc 2.5 KiB 4f02e8f96ced32ff9ee775814b1021a0f02e29c13b286b12969b9413bfedb062
libpgobject-perl_2.3.2.orig.tar.gz 17.8 KiB 2beb1e1fd1bfc8d59042040775f2c720797499ad4d17a74b2ae368a58fa1dbe4
libpgobject-perl_2.3.2-1.debian.tar.xz 3.3 KiB a4c33874fa57f618c3310667687eeb32c98750327f6286b01b340a7119cfd385

Available diffs

No changes file available.

Binary packages built by this source

libpgobject-perl: base class for PG Object subclasses

 PGObject contains the base routines for object management using discoverable
 stored procedures in PostgreSQL databases. PGObject contains only common
 functionality and support structures, and low-level API's. Most developers
 will want to use more functional modules which add to these functions.
 .
 The overall approach here is to provide the basics for a toolkit that other
 modules can extend. This is thus intended to be a component for building
 integration between PostgreSQL user defined functions and Perl objects.
 .
 Because decisions such as state handling are largely outside of the scope of
 this module, this module itself does not do any significant state handling.
 Database handles (using DBD::Pg 2.0 or later) must be passed in on every
 call. This decision was made in order to allow for diversity in this area,
 with the idea that wrapper classes would be written to implement this.