perl-Proc-Daemon - Run Perl program as a daemon process

Description:

This is version 0.03 of Proc::Daemon

This module contains the routine Init which can be called by a Perl
program to initialize itself as a daemon. A daemon is a process that
runs in the background with no controlling terminal. Generally servers
(like FTP and HTTP servers) run as daemon processes.

Homepage: http://search.cpan.org/dist/Proc-Daemon/

License: GPL+ or Artistic

Vendor: Fedora Project

Packages

perl-Proc-Daemon-0.03-1.fc8.2.noarch [9 KiB] Changelog by Tom "spot" Callaway (2007-10-16):
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)