diff options
author | V'yacheslav Stetskevych <slava18@gmail.com> | 2010-06-25 00:04:40 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-25 00:04:40 -0400 |
commit | 4f32be64aaff14020e2cd7bbcb8ed893446b5c3c (patch) | |
tree | b7f2f279581bb35a70d63a0aa12843a538fea94a /libraries/perl-Sys-Mmap/slack-desc | |
parent | e621061d71b762d4814d1fbc849108ada6e30ea9 (diff) |
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/slack-desc')
-rw-r--r-- | libraries/perl-Sys-Mmap/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/perl-Sys-Mmap/slack-desc b/libraries/perl-Sys-Mmap/slack-desc new file mode 100644 index 0000000000000..93398eb0851ae --- /dev/null +++ b/libraries/perl-Sys-Mmap/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +perl-Sys-Mmap: perl-Sys-Mmap (uses mmap to map in a file as a Perl variable) +perl-Sys-Mmap: +perl-Sys-Mmap: The mmap module uses the POSIX mmap call to map in a file as a Perl +perl-Sys-Mmap: variable. Memory access by mmap may be shared between threads or +perl-Sys-Mmap: forked processes, and may be a disc file that has been mapped into +perl-Sys-Mmap: memory. +perl-Sys-Mmap: +perl-Sys-Mmap: +perl-Sys-Mmap: +perl-Sys-Mmap: +perl-Sys-Mmap: |