Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > e04e50f940868229fc93b87c6226c40b

perl-File-AtomicWrite-1.70.0-2.mga3.src.rpm

Description:

This module offers atomic file writes via a temporary file created in the
same directory (and therefore, probably the same partition) as the
specified *file*. After data has been written to the temporary file, the
'rename' call is used to replace the target *file*. The module optionally
supports various sanity checks (*min_size*, *CHECKSUM*) that help ensure
the data is written without errors.

Should anything go awry, the module will 'die' or 'croak'. All calls should
be wrapped in eval blocks:

eval {
File::AtomicWrite->write_file(...);
};
if ($@) {
die "uh oh: $@";
}

Generated packages:

Other version of this rpm: