File::ReplaceBytes - read or replace arbitrary data in files

To install this module, use CPAN, for example:

  cpanm File::ReplaceBytes

For the current release, see:

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

which can be installed by cloning that directory then running `cpanm .`
therein.

DEPENDENCIES

A C compiler for the XS code, plus the availability of the pread(2)
and pwrite(2) system calls, which are curiously unavailable in the
POSIX module.

COPYRIGHT AND LICENCE

Copyright (C) 2013 by Jeremy Mates

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.18 or, at
your option, any later version of Perl 5 you may have available.
