libcgi-application-plugin-dbh-perl 4.04-3 source package in Ubuntu

Changelog

libcgi-application-plugin-dbh-perl (4.04-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 00:33:52 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-dbh-perl_4.04-3.dsc 2.3 KiB 024f883229874deacb938cff8db21bd81fc4e75f86cf2cca7c104abb4af6428a
libcgi-application-plugin-dbh-perl_4.04.orig.tar.gz 14.7 KiB 77f3c9c4b555e412fcaa53f133f4aa60e5a4101ed8188d42f186be5cb899467e
libcgi-application-plugin-dbh-perl_4.04-3.debian.tar.xz 2.4 KiB 09a9b152b486eec2b0d48638840c61cb935692e1c7b3514c3e31e1550314ec04

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-plugin-dbh-perl: plugin adding database support to CGI::Application

 CGI::Application::Plugin::DBH adds access to a DBI database handle to
 your CGI::Application modules. Lazy loading is used to prevent a database
 connection from being made if the dbh method is not called during the
 request. In other words, the database connection is not created until it is
 actually needed.