File::ReplaceBytes - read or replace arbitrary data in files (with dangerous system calls)


To install this module, use CPAN, for example:

  cpan File::ReplaceBytes


For the current release, or to report bugs or whatnot, see:

http://github.com/thrig/File-ReplaceBytes

This can be built and installed by running:

  perl Makefile.PL
  make
  make test
  make install


The documentation then may be read via:

  perldoc File::ReplaceBytes


DEPENDENCIES

A C compiler for the XS code, plus the availability of the pread(2) and
pwrite(2) system calls, which are unavailable in the perl POSIX module--
doubtless due to the unpredictable behavrior of these system calls with in-
memory filehandles; see this module's perldocs for warnings.


COPYRIGHT AND LICENCE

Copyright (C) 2013-2016,2018 by Jeremy Mates

This program is distributed under the (Revised) BSD License:
L<http://www.opensource.org/licenses/BSD-3-Clause>