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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Import upstream version 0.19
  * Add myself to Uploaders
  * Declare compliance with Debian policy 4.1.1
  * Wrap and sort fields in debian/control file
  * Add patch to fix spelling error in Sys::Mmap manpage
  * debian/rules: Build enabling all hardening flags

 -- Salvatore Bonaccorso <email address hidden>  Sun, 12 Nov 2017 15:33:03 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libsys-mmap-perl_0.19-1.dsc 2.2 KiB 4f9dfb76857936788e17b65bbaeeaab22dc34c9aa579f5ab0453356167580a81
libsys-mmap-perl_0.19.orig.tar.gz 17.7 KiB 09295e25cc9b0599d9009d19b2be89fcecaecc62ce594f873d7f70d7c10900fa
libsys-mmap-perl_0.19-1.debian.tar.xz 2.7 KiB fe45d823c964629796e5655f210b1c032a87f890d62886aded33ee6a63e17be2

No changes file available.

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