22e1d290cc
of keeping more than one copy from running (concurrency prevention). It creates the PID file, checks for its existence when the script is run, terminates the script if there is already an instance running, and removes the PID file when the script finishes. This module's objective is to provide a completely simplified interface that makes adding PID-file-based concurrency prevention to your script as quick and simple as possible; hence File::Pid::Quick. For a more nuanced implementation of PID files, please see File::Pid. WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm PR: ports/146060 Submitted by: Eric Freeman <freebsdports@chillibear.com>
7 lines
307 B
Text
7 lines
307 B
Text
%%SITE_PERL%%/File/Pid/Quick.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid/Quick/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid/Quick
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
|
@dirrmtry %%SITE_PERL%%/File/Pid
|
|
@dirrmtry %%SITE_PERL%%/File
|