libclass-dbi-pager-perl 0.08-6 source package in Ubuntu

Changelog

libclass-dbi-pager-perl (0.08-6) unstable; urgency=medium

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

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

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 22:08: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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-dbi-pager-perl_0.08-6.dsc 2.2 KiB 271e60e0c3893c3e698597c2b8085ae7a30765e01f9e56b0254502332a9f8119
libclass-dbi-pager-perl_0.08.orig.tar.gz 3.9 KiB 5ea6cc89992c2d3f3ab2e31eed97dcbad3e7ea53fcca017c528d1ca9212bb15a
libclass-dbi-pager-perl_0.08-6.debian.tar.xz 2.8 KiB bcaf2896a4b0f5d0d6cc8c1c362cb8f9fb319af81e43ba4e59159ad861c4163d

Available diffs

No changes file available.

Binary packages built by this source

libclass-dbi-pager-perl: pager utility for Class::DBI

 Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page
 with Class::DBI. This module reduces your work a lot, for example
 when you have to do something like:
 .
  * retrieve objects from a database
  * display objects with 20 items per page
 .
 In addition, your work will be reduced more, when you use
 Template-Toolkit as your templating engine.