Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-File-AtomicWrite-1.210.0-2.mga8 RPM for noarch

From Mageia 8 for aarch64 / media / core / release

Name: perl-File-AtomicWrite Distribution: Mageia
Version: 1.210.0 Vendor: Mageia.Org
Release: 2.mga8 Build date: Fri Feb 14 14:07:07 2020
Group: Development/Perl Build host: localhost
Size: 40727 Source RPM: perl-File-AtomicWrite-1.210.0-2.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/File-AtomicWrite
Summary: Writes files atomically via rename()
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: $@";
  }

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Feb 14 2020 umeabot <umeabot> 1.210.0-2.mga8
  + Revision: 1519473
  - Mageia 8 Mass Rebuild
* Wed Oct 17 2018 shlomif <shlomif> 1.210.0-1.mga7
  + Revision: 1321453
  - update to 1.21
* Thu Sep 20 2018 umeabot <umeabot> 1.190.0-2.mga7
  + Revision: 1283657
  - Mageia 7 Mass Rebuild

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:14:28 2024