libdancer-plugin-database-perl 1.40-1 source package in Ubuntu

Changelog

libdancer-plugin-database-perl (1.40-1) unstable; urgency=low

  * Team upload
  * New upstream release
  * Update copyright format
  * Forwarded whatis.patch to CPAN RT
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  24 Jun 2011 09:07:24 +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

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdancer-plugin-database-perl_1.40.orig.tar.gz 16.9 KiB d8e9f3173b810eba6d4a8137e369ed8b63b65af4d53c9c75bc018613dafb4b00
libdancer-plugin-database-perl_1.40-1.debian.tar.gz 2.3 KiB fdf6df48bafba4da4a7ec76e1b3f833e80df8de220dc93e7671d0bba8df364cd
libdancer-plugin-database-perl_1.40-1.dsc 2.2 KiB 88aa5adeac671b896506b56f8788c9c33c0677d645868682d59d3fd3d0b47acd

Available diffs

View changes file

Binary packages built by this source

libdancer-plugin-database-perl: plugin providing easy database connections

 Dancer::Plugin::Database is a Dancer plugin that provides an easy way to
 obtain a connected DBI database handle by simply calling the "database"
 keyword within your Dancer application. It also ensures that the database
 handle is still connected and valid.
 .
 Additionally, connection credentials and other information are retrieved
 from the Dancer configuration, leaving your code nice and clean.