Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37409143
en ru br
ALT Linux repos
S:2014.01-alt1

Group :: Development/Perl
RPM: perl-File-Flock

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2014.01-alt1
Build date: 25 july 2014, 07:24 ( 508.1 weeks ago )
Size: 16.47 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: Wrapper for flock() to make file locking trivial
Description:

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.

Current maintainer: Denis Baranov

List of contributors

List of rpms provided by this srpm:

  • perl-File-Flock
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin