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

Changelog

libsys-mmap-perl (0.20-2build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:10:56 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar 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-2build1.debian.tar.xz 2.8 KiB 3503b08ae00339d08d392e5389308db06df75eb81860993051ffb519f13d61f1
libsys-mmap-perl_0.20-2build1.dsc 2.1 KiB cf9fb6763b52ff9fe6a845e15a7a0db9bbf89959edd36c5a2d8dc65f1925ac78

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