Name : perl-File-AtomicWrite
| |
Version : 1.210.0
| Vendor : Mageia_Org
|
Release : 2.mga8
| Date : 2020-02-14 14:07:07
|
Group : Development/Perl
| Source RPM : perl-File-AtomicWrite-1.210.0-2.mga8.src.rpm
|
Size : 0.04 MB
| |
Packager : umeabot < umeabot>
| |
Summary : writes files atomically via rename()
|
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 ($AATT) { die \"uh oh: $AATT\"; }
|
RPM found in directory: /vol/rzm1/linux-mageia/distrib/8/armv7hl/media/core/release |