Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
321 B
Text
8 lines
321 B
Text
Path::Class::File::Lockable uses simple files to indicate
|
|
whether a file is locked or not.
|
|
|
|
It does not use flock(), since that is unstable over NFS.
|
|
Effort has been made to avoid race conditions.
|
|
|
|
Path::Class::File::Lockable is intended for long-standing locks,
|
|
as in a Subversion workspace. See SVN::Class for example.
|