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

Changelog

libsys-mmap-perl (0.20-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:48:13 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsys-mmap-perl_0.20.orig.tar.gz 17.5 KiB 1820ce2c89f1ab7357644f8db0f49f142f54526250fb1e235db10aa80f15e2cf
libsys-mmap-perl_0.20-2build2.debian.tar.xz 2.9 KiB d071aab62fd9b1be02275742464186ca49dac96b6970020fc376fbd635b12989
libsys-mmap-perl_0.20-2build2.dsc 2.1 KiB e93af2814626c3e3827e2b68c8d6f70352a7f42d06ce18a97fd73ad27730d892

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