libtie-persistent-perl 1.00-3 source package in Ubuntu

Changelog

libtie-persistent-perl (1.00-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libtie-persistent-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 14:05:43 +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
libtie-persistent-perl_1.00-3.dsc 2.1 KiB db79a59cf9b06dd4ec9fbb8a37bcb30e608ae55744e60100cd81e48e98f081de
libtie-persistent-perl_1.00.orig.tar.gz 9.9 KiB f6e33397560b7edf2b26cc3061b80acd1ca2817307ff871f3e496c3c6c1ddbba
libtie-persistent-perl_1.00-3.debian.tar.xz 2.5 KiB c80f0a5ba6f97ca0598bdc83a03e6f0e641be75e0ccbef29b7e92ea1ad136fdc

Available diffs

No changes file available.

Binary packages built by this source

libtie-persistent-perl: tied interface to persistent file

 Tie::Persistent makes working with persistent data real easy by using the tie
 interface. It works by storing data contained in a variable into a file (not
 unlike a database). The primary advantage is speed, as the whole datastructure
 is kept in memory (which is also a limitation), and, of course, that you can
 use arbitrary data structures inside the variable (unlike DB_File). Note that
 it is most useful if the data structure fits into memory.