libclass-dbi-plugin-retrieveall-perl 1.04-5 source package in Ubuntu

Changelog

libclass-dbi-plugin-retrieveall-perl (1.04-5) unstable; urgency=medium

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

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

  [ Jenkins ]
  * Bump debhelper from old 12 to 13.

  [ Debian Janitor ]
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 00:32:56 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-dbi-plugin-retrieveall-perl_1.04-5.dsc 2.3 KiB a66e5e47dff214e7b5f41b88ce6350bb958d1a974d41500a72480192e4e5ef15
libclass-dbi-plugin-retrieveall-perl_1.04.orig.tar.gz 3.2 KiB 35af09a95aefbf16495894710098bf2185a84f39019b697bab97d4bb967107a5
libclass-dbi-plugin-retrieveall-perl_1.04-5.debian.tar.xz 3.1 KiB 6eab0fa67015a1db3e2eaed8b549f070fd2cd5cea503614ec4360d987c7e01e1

Available diffs

No changes file available.

Binary packages built by this source

libclass-dbi-plugin-retrieveall-perl: Class::DBI plugin providing a more complex retrieve_all() method

 Class::DBI::Plugin::RetrieveAll is a simple plugin to a Class::DBI subclass
 which provides a 'retrieve_all_sorted_by' method.
 .
 This method will be exported into the calling class, and allows for
 retrieving all the objects of the class, sorted by the given column.
 .
 The argument given will be passed straight through to the database
 'as is', and is not checked in any way, so an error here will
 probably result in an error from the database, rather than Class::DBI
 itself. However, because of this it is possible to pass more complex
 ORDER BY clauses through: