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

Changelog

libsys-mmap-perl (0.19-1build2) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:35:23 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.19.orig.tar.gz 17.7 KiB 09295e25cc9b0599d9009d19b2be89fcecaecc62ce594f873d7f70d7c10900fa
libsys-mmap-perl_0.19-1build2.debian.tar.xz 2.8 KiB d093905103a314d188a0ddd2a4a7ab7078bf3977fe24b3234716ff24135b3544
libsys-mmap-perl_0.19-1build2.dsc 2.1 KiB 3af6054d351b9401329bf456ca97d8c7f8dbfe64a8295a2939da7ad8bf13dab1

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