libpgobject-perl 2.000001-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Declare compliance with Debian Policy 4.0.0.
  * Change debhelper requirement from '9' to '10'.
  * Change the 'Source' URL from http to https in debian/copyright.
  * Changes in debian/control:
    - Change the 'Homepage' URL from http to https.
    - Add 'libtry-tiny-perl' to the Build-Depends-Indep and Depends stanzas.

 -- Robert James Clay <email address hidden>  Fri, 23 Jun 2017 02:36:15 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-perl_2.000001-1.dsc 2.3 KiB 74c2d0c6f761ac2b5a68d91e27ce8d6f849f88e467be78fb586855f0f5c3532b
libpgobject-perl_2.000001.orig.tar.gz 16.7 KiB c3a0c4cd52e7d4c5954e292faa30163017ee427cef142c52cc03240bcfad30e1
libpgobject-perl_2.000001-1.debian.tar.xz 2.8 KiB d23beec8abe4496839f70c921b7e6df5e15df262cd2b2e97f495c478816d33c7

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.