summaryrefslogtreecommitdiffstats
path: root/libraries/perl-Sys-Mmap/README
diff options
context:
space:
mode:
author V'yacheslav Stetskevych2010-06-25 06:04:40 +0200
committer dsomero2010-06-25 06:04:40 +0200
commit4f32be64aaff14020e2cd7bbcb8ed893446b5c3c (patch)
treeb7f2f279581bb35a70d63a0aa12843a538fea94a /libraries/perl-Sys-Mmap/README
parente621061d71b762d4814d1fbc849108ada6e30ea9 (diff)
downloadslackbuilds-4f32be64aaff14020e2cd7bbcb8ed893446b5c3c.tar.gz
libraries/perl-Sys-Mmap: Added (maps in a file as a Perl variable)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/perl-Sys-Mmap/README')
-rw-r--r--libraries/perl-Sys-Mmap/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/perl-Sys-Mmap/README b/libraries/perl-Sys-Mmap/README
new file mode 100644
index 0000000000..a320862f31
--- /dev/null
+++ b/libraries/perl-Sys-Mmap/README
@@ -0,0 +1,5 @@
+perl-Sys-Mmap (uses mmap to map in a file as a Perl variable)
+
+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.