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-3.mga9 RPM for noarch

From Mageia Cauldron for armv7hl / media / core / release

Name: perl-File-AtomicWrite Distribution: Mageia
Version: 1.210.0 Vendor: Mageia.Org
Release: 3.mga9 Build date: Mon Mar 21 04:30:16 2022
Group: Development/Perl Build host: localhost
Size: 40731 Source RPM: perl-File-AtomicWrite-1.210.0-3.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/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

* Mon Mar 21 2022 umeabot <umeabot> 1.210.0-3.mga9
  + Revision: 1810963
  - Mageia 9 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, Sat Apr 20 04:16:12 2024