libfile-map-perl 0.65-1 source package in Ubuntu

Changelog

libfile-map-perl (0.65-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 4.1.1, no changes.

 -- Bas Couwenberg <email address hidden>  Thu, 02 Nov 2017 11:36:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libfile-map-perl_0.65-1.dsc 2.1 KiB 4a856fe6c5748080e00fedc2f124ade5497aa73760eca0297e43097651ba1d53
libfile-map-perl_0.65.orig.tar.gz 75.4 KiB 1f7429f1e1356ec1f10c97c2999d0d7247a55bf299b0f4bdfe97948d4727aae4
libfile-map-perl_0.65-1.debian.tar.xz 2.6 KiB 0731293df112d38535ce00dc2adce7aca590281c6439bc94634d9df390e68a33

No changes file available.

Binary packages built by this source

libfile-map-perl: Perl module providing simple and safe memory mapping

 File::Map maps files or anonymous memory into perl variables that can be read
 just like any other variable. Files are unmapped when the scalar variable is
 destroyed, even in multithreaded programs.
 .
 Mapped memory is shared between threads and forked processes, and can be
 returned to the system when no longer needed. File::Map has built-in support
 for thread synchronisation, and is safe yet fast.

libfile-map-perl-dbgsym: debug symbols for libfile-map-perl