libfile-cache-perl 0.16-18 source package in Ubuntu

Changelog

libfile-cache-perl (0.16-18) unstable; urgency=medium

  [ Debian Janitor ]
  * Add Multi-Arch: foreign.

 -- Colin Watson <email address hidden>  Tue, 15 Nov 2022 15:35:44 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Sid
Original maintainer:
Colin Watson
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
libfile-cache-perl_0.16-18.dsc 2.0 KiB 5792d126c5577cb1a39a37577d4ff4decfaf7e1e5dca5b950dc53f3a8ec42ede
libfile-cache-perl_0.16.orig.tar.gz 27.0 KiB 479f4013a17cba8fa350017d21e69b1d83b1439422a0dac18c6076608ef21330
libfile-cache-perl_0.16-18.debian.tar.xz 2.8 KiB ce69b251a748ec7cfd2626c18d53a9b60a96064e7a4b2ce2deaee2e33aa6e83e

Available diffs

No changes file available.

Binary packages built by this source

libfile-cache-perl: File::Cache, a filesystem-based object store

 File::Cache implements an object store which shares data across process
 boundaries via the filesystem. It was written to complement IPC::Cache, but
 is suitable for larger numbers of more complex objects than that module.
 .
 This module will eventually be superseded by the newer Cache::Cache.