blob: c931d29637ea2947f40a5ce6cf1ad2982e652a9a (
plain) (
blame)
1
2
3
4
5
|
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).
|