diff options
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. |