aboutsummaryrefslogtreecommitdiff
path: root/libraries/perl-Sys-Mmap/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/perl-Sys-Mmap/README')
-rw-r--r--libraries/perl-Sys-Mmap/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/libraries/perl-Sys-Mmap/README b/libraries/perl-Sys-Mmap/README
deleted file mode 100644
index a320862f316a..000000000000
--- a/libraries/perl-Sys-Mmap/README
+++ /dev/null
@@ -1,5 +0,0 @@
-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.