libfile-map-perl 0.66-1build1 source package in Ubuntu

Changelog

libfile-map-perl (0.66-1build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:03:40 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libfile-map-perl_0.66.orig.tar.gz 76.5 KiB e73baecb5c0de715d24df68d56f74907977b77c951f8cc7e944ccb433620a589
libfile-map-perl_0.66-1build1.debian.tar.xz 2.9 KiB 6355762db2887287cb0f4663d2e2cea81cfc82366aa1f107fe7c1a692a0030ea
libfile-map-perl_0.66-1build1.dsc 2.2 KiB 31d93e82ddeb39c21e834fc730634ad52733fe3fbc647a97b8db2420d9039321

Available diffs

View changes file

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