Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 300606103792f7da7491bb0cd25f69a2 > files > 8

perl-Proc-PID-File-1.270.0-3.mga4.noarch.rpm

WHAT IS IT

This Perl module 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 I<pidfiles>,
which are files that store a process identifier.

HOW TO INSTALL

Just type:

    perl Makefile.PL
    make
    make test
    make install

...and you should be all set.

HOW TO USE

For usage, please consult the man page provided with this package, and
make sure to read the warning!

AVAILABILITY

The module may be found on the CPAN whilst the RPM package lives at:

	http://perl.arix.com/

LICENCE

This utility is free and distributed under GPL, the Gnu Public License.
A copy of this license was included in a file called LICENSE. If for some
reason, this file was not included, please see http://www.gnu.org/licenses/
to obtain a copy of this license.