libsys-mmap-perl 0.20-1build2 source package in Ubuntu

Changelog

libsys-mmap-perl (0.20-1build2) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:46:55 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libsys-mmap-perl_0.20.orig.tar.gz 17.5 KiB 1820ce2c89f1ab7357644f8db0f49f142f54526250fb1e235db10aa80f15e2cf
libsys-mmap-perl_0.20-1build2.debian.tar.xz 2.7 KiB f6a17f4b1bc6d12ff2145f7d487effda210d4b1aa2e0af0fb4be41dd1a937fd2
libsys-mmap-perl_0.20-1build2.dsc 2.1 KiB 90475c3316214b85f036bfd1a60f1f93eb1b2d3849a82b3baaa372ac899d3e27

Available diffs

View changes file

Binary packages built by this source

libsys-mmap-perl: module for using POSIX mmap

 The Mmap module uses the POSIX mmap call to map in a file as a Perl variable.
 Memory access by mmap may be shared between threads or forked processes, and
 may be a disc file that has been mapped into memory. Sys::Mmap depends on
 your operating system supporting UNIX or POSIX.1b mmap, of course.
 .
 Note that PerlIO now defines a :mmap tag and presents mmap'd files as regular
 files, if that is your cup of joe.
 .
 Several processes may share one copy of the file or string, saving memory,
 and concurrently making changes to portions of the file or string. When not
 used with a file, it is an alternative to SysV shared memory. Unlike SysV
 shared memory, there are no arbitrary size limits on the shared memory area,
 and sparce memory usage is handled optimally on most modern UNIX
 implementations.

libsys-mmap-perl-dbgsym: debug symbols for libsys-mmap-perl