README for Proc::Daemon v0.02

---------------------------------------------------------------------------
   Copyright (C) 1997-1999     Earl Hood, [email protected]
       All rights reserved.

   This program is free software; you can redistribute it and/or
   modify it under the same terms as Perl itself.

---------------------------------------------------------------------------
SUMMARY

Proc::Daemon provides the capability for a Perl program to run
as a Unix daemon process.

---------------------------------------------------------------------------
INSTALLATION

You should be able to install the module(s) with the following:

   perl Makefile.PL
   make
   make test
   make install

If you want to install in a specific directory, try:

   perl Makefile.PL PREFIX=/tmp/myperl5
   make
   make test
   make install

---------------------------------------------------------------------------
DOCUMENTATION

Documentation is in POD format and should automatically get installed
with the module(s).

---------------------------------------------------------------------------
Earl Hood, [email protected]
http://www.oac.uci.edu/indiv/ehood/
99/04/17 01:04:19