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

Changelog

libsys-mmap-perl (0.17-1) unstable; urgency=low


  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Update Vcs-Browser URL to cgit web frontend

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Use debhelper 9.20120312 to get all hardening flags.
  * Add debian/upstream/metadata
  * Import upstream version 0.17
  * Update Upstream-Contact in debian/copyright.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sat, 18 Oct 2014 19:37:08 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsys-mmap-perl_0.17-1.dsc 2.1 KiB 2a4df94d2075466b0451d9678b53e5a631471108f296beed647c0182cfc2a0e4
libsys-mmap-perl_0.17.orig.tar.gz 16.7 KiB fd74cfa1b515c3832cd9db79839628160f878d74038e34859f216a4c1ad29816
libsys-mmap-perl_0.17-1.debian.tar.xz 2.2 KiB 58030b8b877a5511f633479f1ca2b084517a702c5cb6487a96b3d94d99d61b53

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 package libsys-mmap-perl

 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.