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

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 12:40:07 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-dbh-perl_4.04-4.dsc 2.3 KiB f277260cb15d11651948d2b08579c724f477eb43d32acd56f24738e9c16c32e2
libcgi-application-plugin-dbh-perl_4.04.orig.tar.gz 14.7 KiB 77f3c9c4b555e412fcaa53f133f4aa60e5a4101ed8188d42f186be5cb899467e
libcgi-application-plugin-dbh-perl_4.04-4.debian.tar.xz 2.5 KiB fb27b6cf06357a7f65f0360d1f522275cc8f71c7925a2d9dd05d10cf25d0af7e

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.