freebsd-ports/devel/p5-File-Append-TempFile/pkg-descr
Peter Pentchev d37aa7f7b0 Add p5-File-Append-TempFile 0.02, a Perl module for, well, appending
data to files using a temporary copy.
2006-02-10 13:13:42 +00:00

8 lines
426 B
Text

The File::Append::TempFile module provides an OOP interface to appending
data to files using a temporary file, in order to ensure the atomicity of
the updates. Care should be taken to ensure that no other applications
try to modify the original file concurrently, since any changes made while
appending the data may be lost.
Author: Peter Pentchev <roam@ringlet.net>
WWW: http://search.cpan.org/dist/File-Append-TempFile/