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

Changelog

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


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ Florian Schlichting ]
  * Import Upstream version 4.01
  * Update upstream copyright statement
  * Add build-dependencies on Module::Build 0.40 and Test::MockObject
    1.20120301, wrapping dependencies
  * Declare compliance with Debian Policy 3.9.4
  * Add myself to uploaders and copyright

 -- Florian Schlichting <email address hidden>  Sat, 05 Oct 2013 22:44:16 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-dbh-perl_4.01-1.dsc 2.4 KiB 66e97c419efc5b009667789585c09f00f282e0ccc9d9f2b2b48b1a60ae002728
libcgi-application-plugin-dbh-perl_4.01.orig.tar.gz 9.5 KiB 5c4af4da29e7b0de388f3bd8bff4af2bbfb3f092d5c94028a1b17ef510b23cd6
libcgi-application-plugin-dbh-perl_4.01-1.debian.tar.gz 1.9 KiB e27901f2ccc1cfd34ba1a6cb99e14254cd5bd40bbe9fab395d495f82bf0f4937

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.