file-map icon indicating copy to clipboard operation
file-map copied to clipboard

Memory mapping for Perl

Results 4 file-map issues
Sort by recently updated
recently updated
newest added

Hi, In the README I read: > To install this module, run the following commands: > > perl Build.PL > ./Build > ./Build test > ./Build install But the file...

The following changes were required to fix the test failures on the GNU/Hurd build systems for the libfile-map-perl Debian package: - Make madvise() no-op, not implemented on Hurd. - Skip...