libcgi-application-plugin-dbh-perl 4.00-1 source package in Ubuntu

Changelog

libcgi-application-plugin-dbh-perl (4.00-1) unstable; urgency=low

  * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #630886)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  28 Jun 2011 10:28:15 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-dbh-perl_4.00.orig.tar.gz 6.5 KiB f73416d39d0297b936058dd69e52060e3c96dc6ec5a9667ab3f91e0b50903378
libcgi-application-plugin-dbh-perl_4.00-1.debian.tar.gz 1.7 KiB 75a0417fb44aa4d59683b964633d9bc544a98fe1897acf6947002f599836abc7
libcgi-application-plugin-dbh-perl_4.00-1.dsc 2.2 KiB 2fdc83f784f023209b5435947e0801a433405381e1c4c66d17f191b6c08b37dc

View changes file

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.