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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ Salvatore Bonaccorso ]
  * Import upstream version 0.20
  * Add myself to debian/copyright for debian/* packaging files
  * Declare compliance with Debian policy 4.5.0
  * Drop "Spelling error in manpage" patch (applied upstream)
  * Set Rules-Requires-Root to no
  * debian/watch: use uscan version 4

 -- Salvatore Bonaccorso <email address hidden>  Fri, 14 Feb 2020 15:32:35 +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
Focal release universe perl

Downloads

File Size SHA-256 Checksum
libsys-mmap-perl_0.20-1.dsc 2.2 KiB aab5f9a6b66878c0134ddb9d935c3b15677506ceefc29f9f4967bdd3ea6b991b
libsys-mmap-perl_0.20.orig.tar.gz 17.5 KiB 1820ce2c89f1ab7357644f8db0f49f142f54526250fb1e235db10aa80f15e2cf
libsys-mmap-perl_0.20-1.debian.tar.xz 2.6 KiB 36e306d57161efbf215085eb756ad5a2e612e3d71943fa848fc34fb1a3d559af

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: No summary available for libsys-mmap-perl-dbgsym in ubuntu hirsute.

No description available for libsys-mmap-perl-dbgsym in ubuntu hirsute.