diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-05-03 06:34:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-05-03 06:34:10 +0800 |
commit | c34336b753a63289a09b1fb139642f4ea840ac66 (patch) | |
tree | a200f96f904b641cbaf24f556f598583964d708e /devel/p5-File-Flock/pkg-descr | |
parent | 8873cd42dae435bb296f59ea30f3b660e4922a8c (diff) | |
download | freebsd-ports-gnome-c34336b753a63289a09b1fb139642f4ea840ac66.tar.gz freebsd-ports-gnome-c34336b753a63289a09b1fb139642f4ea840ac66.tar.zst freebsd-ports-gnome-c34336b753a63289a09b1fb139642f4ea840ac66.zip |
Add p5-File-Flock 101.060501, a perl5 module for file locking with
flock.
Diffstat (limited to 'devel/p5-File-Flock/pkg-descr')
-rw-r--r-- | devel/p5-File-Flock/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-File-Flock/pkg-descr b/devel/p5-File-Flock/pkg-descr new file mode 100644 index 000000000000..b8d8b19d0295 --- /dev/null +++ b/devel/p5-File-Flock/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. |