libdbix-class-cursor-cached-perl 1.001004-2 source package in Ubuntu

Changelog

libdbix-class-cursor-cached-perl (1.001004-2) unstable; urgency=medium

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 15:25:08 +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
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-class-cursor-cached-perl_1.001004-2.dsc 2.3 KiB 681c021cdd46b850015d38a70ab33a2dfd968168684c8dfccdc344f379db9ce8
libdbix-class-cursor-cached-perl_1.001004.orig.tar.gz 28.2 KiB 37085232a1230a5aa8754399fb59b0f8fcd5f597a1e2e348c5227461a1926225
libdbix-class-cursor-cached-perl_1.001004-2.debian.tar.xz 2.6 KiB e957dbbc3b38b7a9ee6444695b8d42b8b08509e335903b20aea72735a65aec4a

Available diffs

No changes file available.

Binary packages built by this source

libdbix-class-cursor-cached-perl: cursor object with built-in caching support

 DBIx::Class::Cursor::Cached is a Perl module providing a cursor class with
 built-in caching support. It allows for traversal of an arbitrary result set
 using "next", retrieving all results with "all" and resetting the cursor with
 "reset." Moreover, it caches your results to increase speed.