SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-File-AtomicWrite rpm build for : Mageia 8. For other distributions click perl-File-AtomicWrite.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-File-AtomicWrite-1.210.0-2.mga8.noarch.rpm
ftp.icm.edu.pl  perl-File-AtomicWrite-1.210.0-2.mga8.noarch.rpm
ftp.icm.edu.pl  perl-File-AtomicWrite-1.210.0-2.mga8.noarch.rpm
ftp.icm.edu.pl  perl-File-AtomicWrite-1.210.0-2.mga8.noarch.rpm
     

Provides :
perl(File::AtomicWrite)
perl-File-AtomicWrite

Requires :
perl(Carp)
perl(Digest::SHA1)
perl(Fcntl)
perl(File::Basename)
perl(File::Path)
perl(File::Spec)
perl(File::Temp) >= 0.180.0
perl(IO::Handle)
perl(strict)
perl(warnings)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-File-AtomicWrite
/usr/share/doc/perl-File-AtomicWrite/Changes
/usr/share/doc/perl-File-AtomicWrite/LICENSE
/usr/share/doc/perl-File-AtomicWrite/META.json
/usr/share/doc/perl-File-AtomicWrite/META.yml
/usr/share/doc/perl-File-AtomicWrite/MYMETA.yml
/usr/share/doc/perl-File-AtomicWrite/README
/usr/share/doc/perl-File-AtomicWrite/SIGNATURE
/usr/share/doc/perl-File-AtomicWrite/eg
/usr/share/doc/perl-File-AtomicWrite/eg/cleanup-test
/usr/share/man/man3/File::AtomicWrite.3pm.xz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/AtomicWrite.pm

 
ICM