freebsd-ports/devel/p5-IO-File-AtomicChange/pkg-descr
Jun Kuriyama f6368e5db9 IO::File::AtomicChange - change content of a file atomically.
This module truncate and write to temporary file. When you call
$fh->close, replace target file with temporary file preserved
permission and owner (if possible).

WWW: http://search.cpan.org/dist/IO-File-AtomicChange/
2015-05-16 11:11:08 +00:00

7 lines
281 B
Text

IO::File::AtomicChange - change content of a file atomically.
This module truncate and write to temporary file. When you call
$fh->close, replace target file with temporary file preserved
permission and owner (if possible).
WWW: http://search.cpan.org/dist/IO-File-AtomicChange/