libpgobject-perl 1.402.8-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Add debian/upstream/metadata.
  * Import upstream version 1.402.8.

 -- gregor herrmann <email address hidden>  Mon, 09 Nov 2015 21:19:46 +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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-perl_1.402.8-1.dsc 2.2 KiB 214b1dd0de569184261c9341ddbd97d12a6589e17997c32afb405e51d1c25444
libpgobject-perl_1.402.8.orig.tar.gz 15.6 KiB 75166f4054749acea39a2ea710cd272e68bf582e81fd242df1ce9bf89c73e098
libpgobject-perl_1.402.8-1.debian.tar.xz 2.5 KiB 8dbe9d6571d88b59adfd48227a7e858d1ad365fdee665e9cc843161ecfc327f4

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.