Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-File-Sync - Perl access to fsync() and sync() function calls
- Description:
The fsync() function takes a Perl file handle as its only argument, and
passes its fileno() to the C function fsync(). It returns undef on failure,
or true on success.
Packages
perl-File-Sync-0.11-1.el7.ppc64
[16 KiB] |
Changelog
by Paul Howarth (2013-10-04):
- Update to 0.11
- Support for fdatasync()
- Stop clobbering IO::Handle::fsync (CPAN RT#50418)
- This release by BRIANSKI -> update source URL
- Specify all dependencies
- Re-code documentation as UTF-8
- Drop %defattr, redundant since rpm 4.4
- Make %files list more explicit
- Don't need to remove empty directories from the buildroot
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't use macros for commands
|