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

perl-File-Flock-2014.01-1.25 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-File-Flock Distribution: openSUSE Tumbleweed
Version: 2014.01 Vendor: openSUSE
Release: 1.25 Build date: Fri Feb 2 18:09:50 2024
Group: Development/Libraries/Perl Build host: i02-ch1c
Size: 30895 Source RPM: perl-File-Flock-2014.01-1.25.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/File-Flock/
Summary: File Locking with Flock
Lock files using the flock() call. If the file to be locked does not exist,
then the file is created. If the file was created then it will be removed
when it is unlocked assuming it's still an empty file.

Locks can be created by new'ing a *File::Flock* object. Such locks are
automatically removed when the object goes out of scope. The *unlock()*
method may also be used.

*lock_rename()* is used to tell File::Flock when a file has been renamed
(and thus the internal locking data that is stored based on the filename
should be moved to a new name). *unlock()* the new name rather than the
original name.

Locks are released on process exit when the process that created the lock
exits. Subprocesses that exit do not remove locks. Use forget_locks() or
POSIX::_exit() to prevent unlocking on process exit.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Fri Apr 17 2015 coolo@suse.com
  - updated to 2014.01
    see /usr/share/doc/packages/perl-File-Flock/Changes
* Thu Mar 03 2011 pascal.bleser@opensuse.org
  - initial version (2008.01)

Files

/usr/lib/perl5/vendor_perl/5.38.2/File
/usr/lib/perl5/vendor_perl/5.38.2/File/Flock
/usr/lib/perl5/vendor_perl/5.38.2/File/Flock.pm
/usr/lib/perl5/vendor_perl/5.38.2/File/Flock/Forking.pm
/usr/lib/perl5/vendor_perl/5.38.2/File/Flock/Subprocess.pm
/usr/share/doc/packages/perl-File-Flock
/usr/share/doc/packages/perl-File-Flock/Changes
/usr/share/doc/packages/perl-File-Flock/README
/usr/share/man/man3/File::Flock.3pm.gz
/usr/share/man/man3/File::Flock::Forking.3pm.gz
/usr/share/man/man3/File::Flock::Subprocess.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:40:51 2024