libdancer-plugin-database-perl 2.13-2 source package in Ubuntu

Changelog

libdancer-plugin-database-perl (2.13-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libdancer-perl,
      libdancer-plugin-database-core-perl.
    + libdancer-plugin-database-perl: Drop versioned constraint on
      libdancer-plugin-database-core-perl, libdancer-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 22:49:48 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdancer-plugin-database-perl_2.13-2.dsc 2.3 KiB da4875db7fc1a7157a77cfe70c9a0121efd292bc9b59c741847fc80a874670d0
libdancer-plugin-database-perl_2.13.orig.tar.gz 19.0 KiB 8c72371cb07093725e4bee7b3100030e7414cfa97a9655abd1a975866cf825f2
libdancer-plugin-database-perl_2.13-2.debian.tar.xz 3.2 KiB 9c5499a307007530ec2d8a508321003288511d777b224dc9c62360ca6f6f5bdb

Available diffs

No changes file available.

Binary packages built by this source

libdancer-plugin-database-perl: Dancer 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.