• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D11-Jul-20183.8 KiB9980

File.pmH A D11-Jul-201811.5 KiB398135

LICENSEH A D11-Jul-201817.6 KiB342281

MANIFESTH A D11-Jul-2018228 109

META.jsonH A D11-Jul-2018956 4544

META.ymlH A D11-Jul-2018556 2423

Makefile.PLH A D11-Jul-2018485 1712

READMEH A D11-Jul-2018899 3623

test.plH A D11-Jul-20184.6 KiB167100

README

1WHAT IS IT
2
3This Perl module is useful for writers of daemons and other processes that
4need to tell whether they are already running, in order to prevent multiple
5process instances.  The module accomplishes this via *nix-style I<pidfiles>,
6which are files that store a process identifier.
7
8HOW TO INSTALL
9
10Just type:
11
12    perl Makefile.PL
13    make
14    make test
15    make install
16
17...and you should be all set.
18
19HOW TO USE
20
21For usage, please consult the man page provided with this package, and
22make sure to read the warning!
23
24AVAILABILITY
25
26The module may be found on the CPAN whilst the RPM package lives at:
27
28	http://perl.arix.com/
29
30LICENCE
31
32This utility is free and distributed under GPL, the Gnu Public License.
33A copy of this license was included in a file called LICENSE. If for some
34reason, this file was not included, please see http://www.gnu.org/licenses/
35to obtain a copy of this license.
36