diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:01:28 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:01:28 +0800 |
commit | 4d4a8bafa8966f00adff560f517834a60d5b6c90 (patch) | |
tree | 2c9a41ff63d52583b1643278c78d8b30dcfb109d /devel/p5-File-BasicFlock/pkg-descr | |
parent | 85a92871bb5ed8d79de6fb3d4758741b7235e6bd (diff) | |
download | freebsd-ports-gnome-4d4a8bafa8966f00adff560f517834a60d5b6c90.tar.gz freebsd-ports-gnome-4d4a8bafa8966f00adff560f517834a60d5b6c90.tar.zst freebsd-ports-gnome-4d4a8bafa8966f00adff560f517834a60d5b6c90.zip |
perl5 module for file locking with flock
Diffstat (limited to 'devel/p5-File-BasicFlock/pkg-descr')
-rw-r--r-- | devel/p5-File-BasicFlock/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-File-BasicFlock/pkg-descr b/devel/p5-File-BasicFlock/pkg-descr new file mode 100644 index 000000000000..b8d8b19d0295 --- /dev/null +++ b/devel/p5-File-BasicFlock/pkg-descr @@ -0,0 +1,6 @@ +File::Flock is a wrapper around the flock() call. The only thing it +does that is special is that it creates the lock file if the lock file +does not already exist. + +It will also try to remove the lock file. This makes it a bit +complicated. |