slackbuilds_ponce/perl/perl-Proc-PID-File
Mario Preksavec 84f7c64c5e perl/perl-Proc-PID-File: Added (module to manage process id files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-03-03 08:11:46 +07:00
..
perl-Proc-PID-File.info
perl-Proc-PID-File.SlackBuild
README
slack-desc

The Proc::PID::File is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent multiple
process instances. The module accomplishes this via *nix-style pidfiles,
which are files that store a process identifier.